Commit 6596fb4b authored by darkshikari's avatar darkshikari

Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19159 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent efc795d1
...@@ -207,6 +207,7 @@ const AVCodecTag codec_movaudio_tags[] = { ...@@ -207,6 +207,7 @@ const AVCodecTag codec_movaudio_tags[] = {
{ CODEC_ID_ALAC, MKTAG('a', 'l', 'a', 'c') }, /* Apple Lossless */ { CODEC_ID_ALAC, MKTAG('a', 'l', 'a', 'c') }, /* Apple Lossless */
{ CODEC_ID_QCELP, MKTAG('Q','c','l','p') }, { CODEC_ID_QCELP, MKTAG('Q','c','l','p') },
{ CODEC_ID_QCELP, MKTAG('Q','c','l','q') },
{ CODEC_ID_QCELP, MKTAG('s','q','c','p') }, /* ISO Media fourcc */ { CODEC_ID_QCELP, MKTAG('s','q','c','p') }, /* ISO Media fourcc */
{ CODEC_ID_QDM2, MKTAG('Q', 'D', 'M', '2') }, /* QDM2 */ { CODEC_ID_QDM2, MKTAG('Q', 'D', 'M', '2') }, /* QDM2 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment