Skip to content
Snippets Groups Projects
Commit 426abbb6 authored by Paul B Mahol's avatar Paul B Mahol
Browse files

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


Signed-off-by: default avatarPaul B Mahol <onemda@gmail.com>
parent a547c496
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment