Commit be987bb6 authored by Christophe Massiot's avatar Christophe Massiot

* modules/codec/ffmpeg/postprocess.c: Fixed post-processing.

parent 03766aa5
......@@ -111,6 +111,8 @@ void *E_(OpenPostproc)( decoder_t *p_dec, vlc_bool_t *pb_pp )
/* ***** Load post processing if enabled ***** */
var_Get( p_dec, "ffmpeg-pp-q", &val );
var_Set( p_dec, "ffmpeg-pp-q", val_orig );
if( val_orig.i_int )
*pb_pp = VLC_TRUE;
return p_sys;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment