[MPlayer-dev-eng] [PATCH]Reduce number of internal fourcc's

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Aug 29 23:36:30 CEST 2011


Hi!

Is this desirable?

Carl Eugen
-------------- next part --------------
Index: etc/codecs.conf
===================================================================
--- etc/codecs.conf	(revision 34027)
+++ etc/codecs.conf	(working copy)
@@ -447,7 +447,6 @@
 videocodec ffnuv
   info "NuppelVideo"
   status working
-  fourcc NUV1 ; NUV1 is an internal MPlayer FOURCC
   fourcc RJPG
   driver ffmpeg
   dll nuv
@@ -4313,7 +4312,6 @@
 audiocodec ffnellymoser
   info "FFmpeg Nellymoser Audio"
   status working
-  fourcc "NELL" ; internal MPlayer FourCC
   fourcc nmos
   driver ffmpeg
   dll "nellymoser"
Index: libmpdemux/mp_taglists.c
===================================================================
--- libmpdemux/mp_taglists.c	(revision 34026)
+++ libmpdemux/mp_taglists.c	(working copy)
@@ -42,7 +42,7 @@
     { CODEC_ID_MP4ALS,            MKTAG('A', 'L', 'S', ' ')},
     { CODEC_ID_MUSEPACK7,         MKTAG('M', 'P', 'C', ' ')},
     { CODEC_ID_MUSEPACK8,         MKTAG('M', 'P', 'C', '8')},
-    { CODEC_ID_NELLYMOSER,        MKTAG('N', 'E', 'L', 'L')},
+    { CODEC_ID_NELLYMOSER,        MKTAG('n', 'm', 'o', 's')},
     { CODEC_ID_PCM_LXF,           MKTAG('P', 'L', 'X', 'F')},
     { CODEC_ID_QCELP,             MKTAG('Q', 'c', 'l', 'p')},
     { CODEC_ID_QDM2,              MKTAG('Q', 'D', 'M', '2')},
@@ -106,7 +106,7 @@
     { CODEC_ID_JV,                MKTAG('F', 'F', 'J', 'V')},
     { CODEC_ID_MDEC,              MKTAG('M', 'D', 'E', 'C')},
     { CODEC_ID_MOTIONPIXELS,      MKTAG('M', 'V', 'I', '1')},
-    { CODEC_ID_NUV,               MKTAG('N', 'U', 'V', '1')},
+    { CODEC_ID_NUV,               MKTAG('R', 'J', 'P', 'G')},
     { CODEC_ID_RL2,               MKTAG('R', 'L', '2', 'V')},
     { CODEC_ID_ROQ,               MKTAG('R', 'o', 'Q', 'V')},
     { CODEC_ID_RV10,              MKTAG('R', 'V', '1', '0')},


More information about the MPlayer-dev-eng mailing list