From 35c621e753c29d256dee0932fad59b83bf506ff4 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Mon, 2 Jul 2007 10:21:41 +0000 Subject: use properly AVFrame.linesize patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9458 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/roqvideodec.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/roqvideodec.c') diff --git a/libavcodec/roqvideodec.c b/libavcodec/roqvideodec.c index 8a3328ecc6..32da3fd919 100644 --- a/libavcodec/roqvideodec.c +++ b/libavcodec/roqvideodec.c @@ -180,8 +180,6 @@ static int roq_decode_frame(AVCodecContext *avctx, av_log(avctx, AV_LOG_ERROR, " RoQ: get_buffer() failed\n"); return -1; } - s->y_stride = s->current_frame->linesize[0]; - s->c_stride = s->current_frame->linesize[1]; s->buf = buf; s->size = buf_size; -- cgit v1.2.3