1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
FFmpeg/libavfilter
Nicolas George fd2cd64fc9 avfiltergraph: fix format selection.
The old code had two bugs:

For audio filters, the format was not set.

For video filters, if several links reference the same format list,
the same format must be selected in the end. This is done by
setting formats->format_count to 1: the other links sharing
the reference will therefore have only one choice.
If the heuristic does not pick the first format, the selected format
must also be moved to the first position.
2012-04-24 16:35:15 +02:00
..
2011-12-27 15:21:08 +01:00
2012-03-17 11:21:49 +01:00
2012-03-21 13:39:28 +01:00
2012-03-18 21:19:09 +01:00
2012-04-04 16:16:10 +02:00
2012-03-17 11:21:49 +01:00
2012-03-04 12:31:06 +01:00
2012-02-29 02:33:32 +01:00
2012-04-10 15:16:47 +02:00
2012-04-12 02:02:30 +02:00
2012-04-09 17:21:35 +02:00
2012-03-10 00:10:37 +01:00
2012-03-21 15:52:45 +01:00
2012-03-03 12:33:54 +01:00