mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 21:48:15 +08:00
- Commented out PIX_FMT_ANY by now. It seems that not all codecs are setting
the PIX_FMT_ so they get PIX_FMT_ANY instead of PIX_FMT_YUV420P which obviuosly annoys ffmpeg. Originally committed as revision 391 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -39,7 +39,7 @@ enum CodecType {
|
|||||||
};
|
};
|
||||||
|
|
||||||
enum PixelFormat {
|
enum PixelFormat {
|
||||||
PIX_FMT_ANY,
|
//PIX_FMT_ANY,
|
||||||
PIX_FMT_YUV420P,
|
PIX_FMT_YUV420P,
|
||||||
PIX_FMT_YUV422,
|
PIX_FMT_YUV422,
|
||||||
PIX_FMT_RGB24,
|
PIX_FMT_RGB24,
|
||||||
|
Reference in New Issue
Block a user