From 87e302bfd8ffbc6cdb20920029013956b10ace63 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sat, 30 May 2009 00:24:20 +0000 Subject: remove unused hack which set AVCodecContext frame_number to pic timestamp Originally committed as revision 18988 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/svq3.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/svq3.c') diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index 28dacf79a2..1d488b737b 100644 --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c @@ -1031,8 +1031,6 @@ static int svq3_decode_frame(AVCodecContext *avctx, *(AVFrame *) data = *(AVFrame *) &s->last_picture; } - avctx->frame_number = s->picture_number - 1; - /* Do not output the last pic after seeking. */ if (s->last_picture_ptr || s->low_delay) { *data_size = sizeof(AVFrame); -- cgit v1.2.3