[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec h263.c,1.290,1.291

Michael Niedermayer CVS michael
Mon Sep 19 14:03:54 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv31043/libavcodec

Modified Files:
	h263.c 
Log Message:
set pts for h.263 decoding


Index: h263.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/h263.c,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -d -r1.290 -r1.291
--- h263.c	18 Sep 2005 21:21:00 -0000	1.290
+++ h263.c	19 Sep 2005 12:03:51 -0000	1.291
@@ -5003,6 +5003,7 @@
     i = get_bits(&s->gb, 8); /* picture timestamp */
     if( (s->picture_number&~0xFF)+i < s->picture_number)
         i+= 256;
+    s->current_picture_ptr->pts=
     s->picture_number= (s->picture_number&~0xFF) + i;
 
     /* PTYPE starts here */    





More information about the ffmpeg-cvslog mailing list