mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-11 08:13:06 +00:00
avcodec/vc1: add break
This commit is contained in:
@@ -248,6 +248,7 @@ static int vop_dquant_decoding(VC1Context *v)
|
||||
v->halfpq = 0;
|
||||
return 0;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break; //Forbidden ?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user