summaryrefslogtreecommitdiff
path: root/libavformat/nsvdec.c
diff options
context:
space:
mode:
authorJai Menon <jmenon86@gmail.com>2009-04-18 08:35:46 +0000
committerJai Menon <jmenon86@gmail.com>2009-04-18 08:35:46 +0000
commita00f440f378715e527d34aa844cc509252a10f34 (patch)
tree75b5bb3a929fcc608a8a4d135b42f0d293bc40bb /libavformat/nsvdec.c
parentd6ce84b8f9859ae913c6eb0f14ee216cf3e47565 (diff)
Cosmetics : reindent after last commit and remove redundant comment.
Originally committed as revision 18605 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nsvdec.c')
-rw-r--r--libavformat/nsvdec.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c
index 78c3aca9f6..bbf2d74569 100644
--- a/libavformat/nsvdec.c
+++ b/libavformat/nsvdec.c
@@ -204,10 +204,10 @@ 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_SPEEX, MKTAG('S', 'P', 'X', ' ') },
+ { CODEC_ID_MP3, MKTAG('M', 'P', '3', ' ') },
+ { CODEC_ID_AAC, MKTAG('A', 'A', 'C', ' ') },
+ { 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 },
};