mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
typo me thinks ...
Originally committed as revision 5421 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user