Commit b3aaa7be authored by Michael Niedermayer's avatar Michael Niedermayer

typo me thinks ...

Originally committed as revision 5421 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5964935c
...@@ -7481,7 +7481,7 @@ static int decode_sei(H264Context *h){ ...@@ -7481,7 +7481,7 @@ static int decode_sei(H264Context *h){
switch(type){ switch(type){
case 5: case 5:
if(decode_unregistered_user_data(h, size) < 0); if(decode_unregistered_user_data(h, size) < 0)
return -1; return -1;
break; break;
default: default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment