diff options
Diffstat (limited to 'libavcodec/cpia.c')
-rw-r--r-- | libavcodec/cpia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cpia.c b/libavcodec/cpia.c index a631a05108..26e067a5cc 100644 --- a/libavcodec/cpia.c +++ b/libavcodec/cpia.c @@ -192,7 +192,7 @@ static int cpia_decode_frame(AVCodecContext* avctx, static av_cold int cpia_decode_init(AVCodecContext *avctx) { // output pixel format - avctx->pix_fmt = PIX_FMT_YUV420P; + avctx->pix_fmt = AV_PIX_FMT_YUV420P; /* The default timebase set by the v4l2 demuxer leads to probing which is buggy. * Set some reasonable time_base to skip this. |