1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

video_filter: postproc: remove unused variable

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
This commit is contained in:
Zhao Zhili 2018-09-20 11:19:02 +08:00 committed by Rémi Denis-Courmont
parent 1438d0767c
commit 88d22578f9

View File

@ -126,7 +126,7 @@ static int OpenPostproc( vlc_object_t *p_this )
{
filter_t *p_filter = (filter_t *)p_this;
filter_sys_t *p_sys;
vlc_value_t val, val_orig, text;
vlc_value_t val, val_orig;
const char *desc;
int i_flags = 0;