Mercurial > mplayer.hg
changeset 34553:9ba2da76a0e0
Fix -pphelp to work with new libpostprocess API.
Fixes bug #2037.
Patch by Atle [atle goliathdns no].
author | reimar |
---|---|
date | Mon, 30 Jan 2012 18:14:45 +0000 |
parents | d78200e50c03 |
children | 8f2e2ea80a3d |
files | cfg-common.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-common.h Sun Jan 29 16:30:17 2012 +0000 +++ b/cfg-common.h Mon Jan 30 18:14:45 2012 +0000 @@ -527,7 +527,7 @@ // 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: