[MPlayer-cvslog] r34270 - trunk/etc/codecs.conf

compn subversion at mplayerhq.hu
Thu Oct 27 03:11:34 CEST 2011


Author: compn
Date: Thu Oct 27 03:11:34 2011
New Revision: 34270

Log:
add m1v isom to mpeg1 codecs
fixes http://pubs.usgs.gov/ds/521/ds521_movies/

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Wed Oct 26 21:39:14 2011	(r34269)
+++ trunk/etc/codecs.conf	Thu Oct 27 03:11:34 2011	(r34270)
@@ -205,7 +205,7 @@ videocodec ffmpeg1
   fourcc PIM1        ; Pinnacle hardware-MPEG-1
   fourcc VCR2
   fourcc MPEG
-  fourcc m1v1
+  fourcc m1v1,"m1v "
   driver ffmpeg
   dll "mpeg1video"
   out YV12,I420,IYUV
@@ -281,7 +281,7 @@ videocodec ffmpeg12
   fourcc mx3n,mx3p
   fourcc AVmp
   fourcc mp2v,mpgv
-  fourcc m2v1,m1v1
+  fourcc m2v1,m1v1,"m1v "
   fourcc LMP2 ; Lead mpeg2 in avi
   fourcc slif ; SoftLab MPEG-2 I-frames Codec
   fourcc EM2V ; Etymonix MPEG-2 I-frame Video Codec
@@ -323,7 +323,7 @@ videocodec mpeg12
   fourcc mx3n,mx3p
   fourcc AVmp
   fourcc mp2v,mpgv
-  fourcc m2v1,m1v1
+  fourcc m2v1,m1v1,"m1v "
   fourcc LMP2 ; Lead mpeg2 in avi
   driver libmpeg2
 ;  dll "libmpeg2"
@@ -359,7 +359,7 @@ videocodec ffmpeg12mc
   fourcc mx3n,mx3p
   fourcc AVmp
   fourcc mp2v,mpgv
-  fourcc m2v1,m1v1
+  fourcc m2v1,m1v1,"m1v "
   fourcc LMP2 ; Lead mpeg2 in avi
   driver ffmpeg
   dll "mpegvideo_xvmc"
@@ -392,7 +392,7 @@ videocodec ffmpeg12vdpau
   fourcc AVmp
   fourcc mp2v,mpgv
   fourcc LMP2 ; Lead mpeg2 in avi
-  fourcc m2v1,m1v1
+  fourcc m2v1,m1v1,"m1v "
   driver ffmpeg
   dll "mpegvideo_vdpau"
   out VDPAU_MPEG1
@@ -457,7 +457,7 @@ videocodec mpegpes
   fourcc mx3n,mx3p
   fourcc AVmp
   fourcc mp2v,mpgv
-  fourcc m2v1,m1v1
+  fourcc m2v1,m1v1,"m1v "
   fourcc PIM1        ; Pinnacle hardware-MPEG-1
   fourcc PIM2        ; Pinnacle hardware-MPEG-2
   fourcc LMP2 ; Lead mpeg2 in avi


More information about the MPlayer-cvslog mailing list