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
This commit is contained in:
parent
19671d3faf
commit
2e39d0cd5b
@ -4115,7 +4115,7 @@ static int encode_init(AVCodecContext *avctx)
|
|||||||
s->colorspace= 1;
|
s->colorspace= 1;
|
||||||
break;*/
|
break;*/
|
||||||
default:
|
default:
|
||||||
av_log(avctx, AV_LOG_ERROR, "format not supported\n");
|
av_log(avctx, AV_LOG_ERROR, "pixel format not supported\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
// avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_h_shift, &s->chroma_v_shift);
|
// avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_h_shift, &s->chroma_v_shift);
|
||||||
|
Loading…
Reference in New Issue
Block a user