diff h263dec.c @ 9733:67f917b48068 libavcodec

remove unused hack which set AVCodecContext frame_number to pic timestamp
author bcoudurier
date Sat, 30 May 2009 00:24:20 +0000
parents bd3e11b60ccd
children 6b229807a182
line wrap: on
line diff
--- a/h263dec.c	Sat May 30 00:09:00 2009 +0000
+++ b/h263dec.c	Sat May 30 00:24:20 2009 +0000
@@ -724,10 +724,6 @@
         ff_print_debug_info(s, pict);
     }
 
-    /* Return the Picture timestamp as the frame number */
-    /* we subtract 1 because it is added on utils.c     */
-    avctx->frame_number = s->picture_number - 1;
-
 #ifdef PRINT_FRAME_TIME
 av_log(avctx, AV_LOG_DEBUG, "%"PRId64"\n", rdtsc()-time);
 #endif