diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2011-01-06 15:13:31 +0000 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2011-01-31 16:03:10 +0200 |
commit | 5937ee8a5be792de7c831714759a9125c354d590 (patch) | |
tree | 03472771127aa4afdb0b3f210ed45f984d3be89c /etc | |
parent | 1c37a03ac6cdf7243e3781eef9c8beae777c1040 (diff) | |
download | mpv-5937ee8a5be792de7c831714759a9125c354d590.tar.bz2 mpv-5937ee8a5be792de7c831714759a9125c354d590.tar.xz |
codecs.conf: add format id for FLAC in mov
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32767 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index f9e25c3606..afcbb74c2e 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -4050,6 +4050,7 @@ audiocodec ffflac status working fourcc "fLaC" format 0xF1AC + format 0xACF1736D driver ffmpeg dll "flac" |