Commit 657e73a6 authored by ods15's avatar ods15

change mpeg4 fourcc from "mp4s" to "mp4v"


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7116 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 55c2e415
......@@ -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 },
......
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