mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
- 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
This commit is contained in:
parent
dbc598bb79
commit
9f862d1133
@ -39,7 +39,7 @@ enum CodecType {
|
||||
};
|
||||
|
||||
enum PixelFormat {
|
||||
//PIX_FMT_ANY,
|
||||
PIX_FMT_ANY = -1,
|
||||
PIX_FMT_YUV420P,
|
||||
PIX_FMT_YUV422,
|
||||
PIX_FMT_RGB24,
|
||||
|
Loading…
Reference in New Issue
Block a user