libutvideodec: remove impossible pix_fmt case
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:

committed by
Michael Niedermayer

parent
e347519877
commit
bc74c4712d
@@ -151,7 +151,6 @@ static int utvideo_decode_frame(AVCodecContext *avctx, void *data,
|
|||||||
pic->data[1] = pic->data[2] + (w * h / 4);
|
pic->data[1] = pic->data[2] + (w * h / 4);
|
||||||
break;
|
break;
|
||||||
case PIX_FMT_YUYV422:
|
case PIX_FMT_YUYV422:
|
||||||
case PIX_FMT_UYVY422:
|
|
||||||
pic->linesize[0] = w * 2;
|
pic->linesize[0] = w * 2;
|
||||||
pic->data[0] = utv->output;
|
pic->data[0] = utv->output;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user