Commit fed2348f authored by pulento's avatar pulento

- PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it.

Thanks to D Richard Felker III for his comments.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@392 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8fb6e905
......@@ -39,7 +39,7 @@ enum CodecType {
};
enum PixelFormat {
//PIX_FMT_ANY,
PIX_FMT_ANY = -1,
PIX_FMT_YUV420P,
PIX_FMT_YUV422,
PIX_FMT_RGB24,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment