summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2007-11-10 16:25:44 +0000
committerDiego Biurrun <diego@biurrun.de>2007-11-10 16:25:44 +0000
commit2e39d0cd5b4364a4555d477da7adb0f03c1ce750 (patch)
tree9312ee1cf4f5c6159edcb48c0b12dc75e6022d0c /libavcodec
parent19671d3faf9487baaf5df83a303356235e9388fc (diff)
Improve unsupported (pixel) format error message.
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10996 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/snow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/snow.c b/libavcodec/snow.c
index 2ff0d43462..e9fc8cb0e0 100644
--- a/libavcodec/snow.c
+++ b/libavcodec/snow.c
@@ -4115,7 +4115,7 @@ static int encode_init(AVCodecContext *avctx)
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);