Commit 10a67e55 authored by jai_menon's avatar jai_menon

Cosmetics : reindent after last commit and remove redundant comment.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18605 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fbb642aa
......@@ -206,7 +206,7 @@ static const AVCodecTag nsv_codec_video_tags[] = {
static const AVCodecTag nsv_codec_audio_tags[] = {
{ CODEC_ID_MP3, MKTAG('M', 'P', '3', ' ') },
{ CODEC_ID_AAC, MKTAG('A', 'A', 'C', ' ') },
{ CODEC_ID_AAC, MKTAG('A', 'A', 'C', 'P') }, /* _CUTTED__MUXED_2 Heads - Out Of The City.nsv */
{ CODEC_ID_AAC, MKTAG('A', 'A', 'C', 'P') },
{ CODEC_ID_SPEEX, MKTAG('S', 'P', 'X', ' ') },
{ CODEC_ID_PCM_U16LE, MKTAG('P', 'C', 'M', ' ') },
{ 0, 0 },
......
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