mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
typo me thinks ...
Originally committed as revision 5421 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5964935c92
commit
b3aaa7bea6
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user