[vlc-devel] commit: fourcc.c TSQ. (Laurent Aimar )

git version control git at videolan.org
Wed May 13 21:20:19 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed May 13 21:10:35 2009 +0200| [4ff32051582e17cdf93629459167e1fd97ed2e13] | committer: Laurent Aimar 

fourcc.c TSQ.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4ff32051582e17cdf93629459167e1fd97ed2e13
---

 src/misc/fourcc.c |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 72ff105..bbf6c41 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -140,7 +140,10 @@ static const entry_t p_list_video[] = {
         E("FVFW", "FFmpeg MPEG-4"),
         E("FFDS", "FFDShow MPEG-4"),
         E("VIDM", "vidm 4.01 codec"),
-
+        /* 3ivx delta 3.5 Unsupported
+         * putting it here gives extreme distorted images */
+        //E("3IV1", "3ivx delta 3.5 MPEG-4 Video"),
+        //E("3iv1", "3ivx delta 3.5 MPEG-4 Video"),
 
     /* MSMPEG4 v1 */
     B(VLC_CODEC_DIV1, "MS MPEG-4 Video v1"),
@@ -714,12 +717,6 @@ static const entry_t p_list_video[] = {
     B(VLC_CODEC_PCX, "Personal Computer Exchange Image"),
         A("pcx "),
 
-    /* 3ivx delta 3.5 Unsupported
-     * putting it here gives extreme distorted images
-    { VLC_FOURCC('3','I','V','1'), CODEC_ID_MPEG4,
-      VIDEO_ES, "MPEG-4 Video" },
-    { VLC_FOURCC('3','i','v','1'), CODEC_ID_MPEG4,
-      VIDEO_ES, "MPEG-4 Video" }, */
     B(0, "")
 };
 static const entry_t p_list_audio[] = {




More information about the vlc-devel mailing list