Skip to content

Commit

Permalink
avformat/segafilmenc: remove unneeded code
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Liu <[email protected]>
  • Loading branch information
T-bagwell committed Oct 22, 2019
1 parent 74cafb0 commit d92b229
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libavformat/segafilmenc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d92b229

Please sign in to comment.