Skip to content

Commit

Permalink
Merge pull request #20 from birros/fix/dts
Browse files Browse the repository at this point in the history
fix(ffmpeg): fix dts support
  • Loading branch information
birros authored Sep 3, 2023
2 parents 77caf9c + e89d635 commit b396470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ffmpeg/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ audio_default_options = [
'--enable-decoder=wma*',
'--enable-decoder=pcm*',
'--enable-decoder=dsd*',
'--enable-decoder=dca', # required by dts

# parsers
'--enable-parser=aac*',
Expand Down

0 comments on commit b396470

Please sign in to comment.