Commit bc74c471 authored by Derek Buitenhuis's avatar Derek Buitenhuis Committed by Michael Niedermayer

libutvideodec: remove impossible pix_fmt case

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e3475198
......@@ -151,7 +151,6 @@ static int utvideo_decode_frame(AVCodecContext *avctx, void *data,
pic->data[1] = pic->data[2] + (w * h / 4);
break;
case PIX_FMT_YUYV422:
case PIX_FMT_UYVY422:
pic->linesize[0] = w * 2;
pic->data[0] = utv->output;
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment