SOURCES: gmencoder-mpeg2.patch (NEW) - MPEG2 support

charles charles at pld-linux.org
Sat Jul 2 22:42:52 CEST 2005


Author: charles                      Date: Sat Jul  2 20:42:52 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- MPEG2 support

---- Files affected:
SOURCES:
   gmencoder-mpeg2.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gmencoder-mpeg2.patch
diff -u /dev/null SOURCES/gmencoder-mpeg2.patch:1.1
--- /dev/null	Sat Jul  2 22:42:52 2005
+++ SOURCES/gmencoder-mpeg2.patch	Sat Jul  2 22:42:47 2005
@@ -0,0 +1,10 @@
+--- gmencoder-0.1.0/src/interface.c.orig	2003-06-12 17:48:49.000000000 +0200
++++ gmencoder-0.1.0/src/interface.c	2005-07-02 21:38:49.000000000 +0200
+@@ -687,6 +687,7 @@
+   strPrincipal.cmbCodecLav_items = g_list_append (strPrincipal.cmbCodecLav_items, (gpointer) _("wmv1 - Windows Media Video, version 1 (aka WMV7)"));
+   strPrincipal.cmbCodecLav_items = g_list_append (strPrincipal.cmbCodecLav_items, (gpointer) _("rv10 - an old RealVideo codec"));
+   strPrincipal.cmbCodecLav_items = g_list_append (strPrincipal.cmbCodecLav_items, (gpointer) _("mpeg1video - MPEG1 video :)"));
++  strPrincipal.cmbCodecLav_items = g_list_append (strPrincipal.cmbCodecLav_items, (gpointer) _("mpeg2video - MPEG2 video"));
+   strPrincipal.cmbCodecLav_items = g_list_append (strPrincipal.cmbCodecLav_items, (gpointer) _("huffyuv - lossless compression"));
+   strPrincipal.cmbCodecLav_items = g_list_append (strPrincipal.cmbCodecLav_items, (gpointer) _("\t\t\t\t\t\t\t\t\t\t"));
+   gtk_combo_set_popdown_strings (GTK_COMBO (strPrincipal.cmbCodecLav), strPrincipal.cmbCodecLav_items);
================================================================



More information about the pld-cvs-commit mailing list