Skip to content

Commit

Permalink
refactor(external): enable ace eac3 demuxer
Browse files Browse the repository at this point in the history
Signed-off-by: pingkai <[email protected]>
  • Loading branch information
pingkai committed Jul 20, 2020
1 parent 919b439 commit e79d343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/player_ffmpeg_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function dav1d_decoder_prebuilt() {
}

ffmpeg_config_add_decoders aac aac_latm h264 hevc mpeg4 mp3 mp3adu mp3float mp3on4float mp3adufloat mp3on4 pcm_s16le ac3_at eac3_at
ffmpeg_config_add_demuxers flv aac live_flv webvtt mov mp3 mpegts matroska h264
ffmpeg_config_add_demuxers flv aac live_flv webvtt mov mp3 mpegts matroska h264 ac3 eac3
ffmpeg_config_add_muxers mp4 adts mpegts
ffmpeg_config_add_parsers aac h264 hevc aac_latm ac3
ffmpeg_config_add_bsfs aac_adtstoasc h264_mp4toannexb hevc_mp4toannexb extract_extradata
Expand Down

0 comments on commit e79d343

Please sign in to comment.