mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
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
Block a user