Commit be43ae66 authored by Jason Garrett-Glaser's avatar Jason Garrett-Glaser

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

Originally committed as revision 19159 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1d4b1bf2
......@@ -207,6 +207,7 @@ const AVCodecTag codec_movaudio_tags[] = {
{ 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','q') },
{ CODEC_ID_QCELP, MKTAG('s','q','c','p') }, /* ISO Media fourcc */
{ 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