avformat/segafilmenc: remove unneeded code

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
This commit is contained in:
Steven Liu 2019-10-10 15:10:48 +08:00
parent 74cafb0e6f
commit d92b2296f8
1 changed files with 0 additions and 2 deletions

View File

@ -147,10 +147,8 @@ static int get_audio_codec_id(enum AVCodecID codec_id)
case AV_CODEC_ID_PCM_S8_PLANAR:
case AV_CODEC_ID_PCM_S16BE_PLANAR:
return 0;
break;
case AV_CODEC_ID_ADPCM_ADX:
return 2;
break;
default:
return -1;
}