mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
change mpeg4 fourcc from "mp4s" to "mp4v"
Originally committed as revision 7116 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bf054f7430
commit
468f8102d5
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user