提交 9f862d11 编写于 作者: J Juanjo

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

Thanks to D Richard Felker III for his comments.

Originally committed as revision 392 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 dbc598bb
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册