mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-10 01:48:32 +00:00
The check if a native layout can be created from the sources was incomplete and casued a crash with custom layouts if the layout contained a native channel multiple times, as in this example command line: ffmpeg -lavfi "sine[a0];sine,pan=FL+FL[a1];[a0][a1]amerge[aout]" -map "[aout]" -t 1 -f framecrc - Signed-off-by: Marton Balint <cus@passwd.hu>