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:
7c04604
)
Fix default value of time_offset_length.
author
John Stebbins
<stebbins@jetheaddev.com>
Wed, 6 Oct 2010 17:50:05 +0000
(17:50 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Wed, 6 Oct 2010 17:50:05 +0000
(17:50 +0000)
Patch by John Stebbins stebbins jetheaddev com.
Originally committed as revision 25374 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264_ps.c
patch
|
blob
|
history
diff --git
a/libavcodec/h264_ps.c
b/libavcodec/h264_ps.c
index
6e12700
..
d147928
100644
(file)
--- a/
libavcodec/h264_ps.c
+++ b/
libavcodec/h264_ps.c
@@
-289,6
+289,7
@@
int ff_h264_decode_seq_parameter_set(H264Context *h){
if(sps == NULL)
return -1;
+ sps->time_offset_length = 24;
sps->profile_idc= profile_idc;
sps->level_idc= level_idc;