diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/utils.c')
-rw-r--r-- | src/libffmpeg/libavcodec/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/utils.c b/src/libffmpeg/libavcodec/utils.c index d66988253..05fd6ab70 100644 --- a/src/libffmpeg/libavcodec/utils.c +++ b/src/libffmpeg/libavcodec/utils.c @@ -199,6 +199,7 @@ const char *pix_fmt_str[] = { "bgr24", "yuv422p", "yuv444p", + "yuv410p" }; void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode) |