changeset 5908:4c72e41cd178 libavcodec

Improve unsupported (pixel) format error message. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sat, 10 Nov 2007 16:25:44 +0000
parents fbd10e6dfbe1
children 4e3c522ca492
files snow.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/snow.c	Sat Nov 10 12:24:02 2007 +0000
+++ b/snow.c	Sat Nov 10 16:25:44 2007 +0000
@@ -4115,7 +4115,7 @@
         s->colorspace= 1;
         break;*/
     default:
-        av_log(avctx, AV_LOG_ERROR, "format not supported\n");
+        av_log(avctx, AV_LOG_ERROR, "pixel format not supported\n");
         return -1;
     }
 //    avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_h_shift, &s->chroma_v_shift);