FFmpeg/libavutil
Martin Matuska 5129336714 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).
2011-06-28 13:36:22 +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-06-02 21:03:54 +02:00
2011-06-02 21:03:54 +02:00
2011-06-28 10:35:30 +02:00
2011-05-30 03:11:54 +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-04-22 03:54:30 +02:00
2011-05-09 04:50:56 +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