mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
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:
parent
a547c496e9
commit
426abbb632
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user