mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
corrected pixel format display
Originally committed as revision 1025 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a48b7a6bfa
commit
a5e880583c
@ -220,7 +220,6 @@ AVCodec *avcodec_find(enum CodecID id)
|
|||||||
}
|
}
|
||||||
|
|
||||||
const char *pix_fmt_str[] = {
|
const char *pix_fmt_str[] = {
|
||||||
"??",
|
|
||||||
"yuv420p",
|
"yuv420p",
|
||||||
"yuv422",
|
"yuv422",
|
||||||
"rgb24",
|
"rgb24",
|
||||||
@ -229,7 +228,8 @@ const char *pix_fmt_str[] = {
|
|||||||
"yuv444p",
|
"yuv444p",
|
||||||
"rgba32",
|
"rgba32",
|
||||||
"bgra32",
|
"bgra32",
|
||||||
"yuv410p"
|
"yuv410p",
|
||||||
|
"yuv411p",
|
||||||
};
|
};
|
||||||
|
|
||||||
void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode)
|
void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user