diff options
author | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-12-07 22:05:04 +0000 |
---|---|---|
committer | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-12-07 22:05:04 +0000 |
commit | 14151930d04237ce18db2e5ce0a5ccd4798a2c8f (patch) | |
tree | 6482b77eb4594b81e671ba17c18eeaf0ac0acf64 /etc | |
parent | 39e764aa212891ef4b5d57e02d5100a55a216fde (diff) |
Support for "NONE" audio in MOV files generated by Kodak CX6230
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14134 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 2c8ad8a8da..ae0969c0e9 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -2121,6 +2121,7 @@ audiocodec pcm format 0x736f7774 ; "twos" (MOV files) format 0x74776f73 ; "sowt" (MOV files) format 0x32336c66 ; "fl32" (MOV files) + format 0x454e4f4e ; "NONE" (MOV files from Kodak CX6320) ;;;; these are for hardware support only: (alaw,ulaw,ima-adpcm,mpeg,ac3) ; format 0x6 ; format 0x7 |