ffmpeg/libavutil
Martin Matuska ce993ce791 pict_type: add a value for unknown/none.
In commit bebe72f4a05d338e04ae9ca1e9c6b72749b488aa, the enum AV_PICTURE_TYPE_* was introduced. There are still places in the code where pict_type is used as an integer and there is a case where "pict_type = 0" with the explanation "let ffmpeg decide what to do". The new enum does not know a value of 0 and C++ will fail if compiling such programs anyway as it is refered as an int (and you cannot patch them properly).
(cherry picked from commit 512933671409f9f88cc9fdfc8f29525d32240bab)
2011-06-28 13:41:49 +02:00
..
2011-05-13 04:40:40 +02:00
2011-04-24 03:41:22 +02:00
2011-04-29 20:01:04 +02:00
2011-05-14 02:19:58 +02:00
2011-06-02 21:03:54 +02:00
2011-06-02 21:03:54 +02:00
2011-06-16 06:29:01 +02:00
2011-04-25 03:49:47 +02:00
2011-06-20 01:58:18 +02:00
2011-05-09 21:23:45 +02:00
2011-06-04 17:03:25 +01:00
2011-06-16 06:29:01 +02:00
2011-06-16 06:29:01 +02:00
2011-04-22 03:54:30 +02:00
2011-05-15 19:18:02 +02:00
2011-06-16 06:29:01 +02:00
2011-06-16 06:29:01 +02:00
2011-05-15 19:18:02 +02:00
2011-04-27 03:51:04 +02:00
2011-04-21 03:37:05 +02:00
2011-04-27 03:51:04 +02:00