projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
344b825
)
set pts for h.263 decoding
author
Michael Niedermayer
<michaelni@gmx.at>
Mon, 19 Sep 2005 12:03:51 +0000
(12:03 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 19 Sep 2005 12:03:51 +0000
(12:03 +0000)
Originally committed as revision 4598 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h263.c
patch
|
blob
|
history
diff --git
a/libavcodec/h263.c
b/libavcodec/h263.c
index f640968db1d50612d4424d4f46fe39e5f1543b6f..8d15461f6ebd4dfe2b5c17882b790a1fd13bb818 100644
(file)
--- a/
libavcodec/h263.c
+++ b/
libavcodec/h263.c
@@
-5003,6
+5003,7
@@
int h263_decode_picture_header(MpegEncContext *s)
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 */