Browse Source

libutvideodec: remove impossible pix_fmt case

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Derek Buitenhuis Michael Niedermayer 14 years ago
parent
commit
bc74c4712d
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/libutvideo.cpp

+ 0
- 1
libavcodec/libutvideo.cpp View File

@@ -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;


Loading…
Cancel
Save