change mpeg4 fourcc from "mp4s" to "mp4v"

Originally committed as revision 7116 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Oded Shimon 2006-11-17 16:54:18 +00:00
parent bf054f7430
commit 468f8102d5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ typedef struct {
} NUTContext;
static const CodecTag nut_tags[] = {
{ CODEC_ID_MPEG4, MKTAG('m', 'p', '4', 's') },
{ CODEC_ID_MPEG4, MKTAG('m', 'p', '4', 'v') },
{ CODEC_ID_MP3, MKTAG('m', 'p', '3', ' ') },
{ CODEC_ID_VORBIS, MKTAG('v', 'r', 'b', 's') },
{ 0, 0 },