Commit 72e190bf authored by Clément Stenac's avatar Clément Stenac

Fix postprocessing in menu (Closes:#659)

parent 3f1e3abe
......@@ -86,6 +86,7 @@ static int VideoAutoMenuBuilder( vlc_object_t *p_object,
FIND_PARENT );
if( p_dec_obj != NULL )
{
vlc_object_t *p_object = p_dec_obj;
PUSH_VAR( "ffmpeg-pp-q" );
vlc_object_release( p_dec_obj );
}
......
......@@ -174,6 +174,7 @@ int VideoAutoMenuBuilder( vlc_object_t *p_object, vector<int> &ri_objects,
FIND_PARENT );
if( p_dec_obj != NULL )
{
vlc_object_t *p_object = p_dec_obj;
PUSH_VAR( "ffmpeg-pp-q" );
vlc_object_release( p_dec_obj );
}
......
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