Mercurial > libavcodec.hg
changeset 742:7f77968553de libavcodec
corrected pixel format display
author | bellard |
---|---|
date | Fri, 11 Oct 2002 09:16:35 +0000 |
parents | 3be57e506f01 |
children | 4cf7173a004e |
files | utils.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/utils.c Thu Oct 10 17:12:55 2002 +0000 +++ b/utils.c Fri Oct 11 09:16:35 2002 +0000 @@ -220,7 +220,6 @@ } const char *pix_fmt_str[] = { - "??", "yuv420p", "yuv422", "rgb24", @@ -229,9 +228,10 @@ "yuv444p", "rgba32", "bgra32", - "yuv410p" + "yuv410p", + "yuv411p", }; - + void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode) { const char *codec_name;