mirror of https://git.ffmpeg.org/ffmpeg.git
lavc/mips: simplify the switch code
Signed-off-by: Linjie Fu <linjie.fu@intel.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
82d61a9ce3
commit
bffb9326b6
|
@ -73,10 +73,7 @@ static av_cold void h264_pred_init_msa(H264PredContext *h, int codec_id,
|
|||
|
||||
switch (codec_id) {
|
||||
case AV_CODEC_ID_SVQ3:
|
||||
;
|
||||
break;
|
||||
case AV_CODEC_ID_RV40:
|
||||
;
|
||||
break;
|
||||
case AV_CODEC_ID_VP7:
|
||||
case AV_CODEC_ID_VP8:
|
||||
|
|
Loading…
Reference in New Issue