avfilter/libmpcodecs/vf_eq: remove useless storage class specifier in empty declaration

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2013-10-24 07:44:23 +00:00
parent a547c496e9
commit 426abbb632
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#include "libvo/video_out.h"
static struct vf_priv_s {
struct vf_priv_s {
unsigned char *buf;
int brightness;
int contrast;