This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
typo me thinks ...
Originally committed as revision 5421 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
19 years ago
parent
5964935c92
commit
b3aaa7bea6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/h264.c
+ 1
- 1
libavcodec/h264.c
View File
@@ -7481,7 +7481,7 @@ static int decode_sei(H264Context *h){
switch(type){
case 5:
if(decode_unregistered_user_data(h, size) < 0)
;
if(decode_unregistered_user_data(h, size) < 0)
return -1;
break;
default:
Write
Preview
Loading…
Cancel
Save