[MPlayer-cvslog] r34641 - trunk/cfg-common.h

reimar subversion at mplayerhq.hu
Mon Jan 30 19:14:46 CET 2012


Author: reimar
Date: Mon Jan 30 19:14:45 2012
New Revision: 34641

Log:
Fix -pphelp to work with new libpostprocess API.

Fixes bug #2037.
Patch by Atle [atle goliathdns no].

Modified:
   trunk/cfg-common.h

Modified: trunk/cfg-common.h
==============================================================================
--- trunk/cfg-common.h	Sun Jan 29 17:30:17 2012	(r34640)
+++ trunk/cfg-common.h	Mon Jan 30 19:14:45 2012	(r34641)
@@ -527,7 +527,7 @@ const m_option_t common_opts[] = {
     // postprocessing:
 #ifdef CONFIG_FFMPEG
     {"pp", &divx_quality, CONF_TYPE_INT, 0, 0, 0, NULL},
-    {"pphelp", &pp_help, CONF_TYPE_PRINT_INDIRECT, CONF_NOCFG, 0, 0, NULL},
+    {"pphelp", pp_help, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
 #endif
 
     // scaling:


More information about the MPlayer-cvslog mailing list