[xiph-commits] r17290 - trunk/ffmpeg2theora/src

j at svn.xiph.org j at svn.xiph.org
Sun Jun 13 04:56:41 PDT 2010


Author: j
Date: 2010-06-13 04:56:41 -0700 (Sun, 13 Jun 2010)
New Revision: 17290

Modified:
   trunk/ffmpeg2theora/src/avinfo.c
Log:
list vp8 instead of libvpx in --info

Modified: trunk/ffmpeg2theora/src/avinfo.c
===================================================================
--- trunk/ffmpeg2theora/src/avinfo.c	2010-06-11 15:42:00 UTC (rev 17289)
+++ trunk/ffmpeg2theora/src/avinfo.c	2010-06-13 11:56:41 UTC (rev 17290)
@@ -95,6 +95,9 @@
     else if (!strcmp(codec_name, "0x0000")) {
         codec_name = "mu-law";
     }
+    else if (!strcmp(codec_name, "libvpx")) {
+        codec_name = "vp8";
+    }
    return codec_name;
 }
 



More information about the commits mailing list