mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
Cosmetics : reindent after last commit and remove redundant comment.
Originally committed as revision 18605 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d6ce84b8f9
commit
a00f440f37
@ -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 },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user