On 17/03/14 16:30, Vittorio Giovara wrote:
> ---
>  libavcodec/mpegvideo_enc.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/libavcodec/mpegvideo_enc.c b/libavcodec/mpegvideo_enc.c
> index ec49db7..f42bae0 100644
> --- a/libavcodec/mpegvideo_enc.c
> +++ b/libavcodec/mpegvideo_enc.c
> @@ -245,7 +245,8 @@ av_cold int ff_MPV_encode_init(AVCodecContext *avctx)
>          if (avctx->pix_fmt != AV_PIX_FMT_YUVJ420P &&
>              avctx->pix_fmt != AV_PIX_FMT_YUVJ422P &&
>              ((avctx->pix_fmt != AV_PIX_FMT_YUV420P &&
> -              avctx->pix_fmt != AV_PIX_FMT_YUV422P) ||
> +              avctx->pix_fmt != AV_PIX_FMT_YUV422P &&
> +              avctx->color_range != AVCOL_RANGE_MPEG) ||
>               avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL)) {
>              av_log(avctx, AV_LOG_ERROR, "colorspace not supported in 
> jpeg\n");
>              return -1;
> 

Looks fine.
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to