Commit d92b2296 authored by Steven Liu's avatar Steven Liu

avformat/segafilmenc: remove unneeded code

Signed-off-by: 's avatarSteven Liu <lq@chinaffmpeg.org>
parent 74cafb0e
......@@ -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;
}
......
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