Commit 426abbb6 authored by Paul B Mahol's avatar Paul B Mahol

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

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent a547c496
......@@ -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;
......
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