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

cehoyos subversion at mplayerhq.hu
Sun Jul 15 14:46:28 CEST 2012


Author: cehoyos
Date: Sun Jul 15 14:46:27 2012
New Revision: 35024

Log:
Clarify that viv1 and viv2 are internal MPlayer FourCCs.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Sat Jul 14 13:37:22 2012	(r35023)
+++ trunk/etc/codecs.conf	Sun Jul 15 14:46:27 2012	(r35024)
@@ -1966,7 +1966,7 @@ videocodec vivo
   info "Vivo H.263"
   status working
   fourcc VIVO,vivo vivo
-  fourcc viv1,viv2 vivo
+  fourcc viv1,viv2 vivo ; internal MPlayer FourCC
   driver vfw
   dll "ivvideo.dll"
   out BGR32,BGR24,BGR15 flip
@@ -1977,7 +1977,7 @@ videocodec u263
   status working
   fourcc U263
   fourcc vivo,VIVO U263
-  fourcc viv1 U263
+  fourcc viv1 U263 ; internal MPlayer FourCC
   driver dshow
   dll "ubv263d+.ax"
   guid 0x00af1181, 0x6ebb, 0x11d4, 0x9d, 0x5a, 0x00, 0x50, 0x04, 0x79, 0x6c, 0xc0
@@ -1991,7 +1991,7 @@ videocodec i263
   fourcc I263,i263
 ;  fourcc I420,i420
   fourcc vivo,VIVO I263
-  fourcc viv1 I263
+  fourcc viv1 I263 ; internal MPlayer FourCC
   driver vfw
   dll "i263_32.drv"
   out I420
@@ -2010,7 +2010,7 @@ videocodec ffh263
   info "FFmpeg H.263+"
   status working
   fourcc H263,U263,h263,X263,M263
-  fourcc viv1 h263
+  fourcc viv1 h263 ; internal MPlayer FourCC
   fourcc s263
   fourcc T263
   fourcc D263,d263     ; DEC H263
@@ -2033,7 +2033,7 @@ videocodec h263xa
   info "XAnim's CCITT H.263"
   status crashing
   fourcc H263,h263
-  fourcc viv1 H263
+  fourcc viv1 H263 ; internal MPlayer FourCC
   fourcc VIVO,vivo H263
   driver xanim
   dll "vid_h263.xa"


More information about the MPlayer-cvslog mailing list