[FFmpeg-cvslog] avfilter/libmpcodecs/vf_eq: remove useless storage class specifier in empty declaration

Paul B Mahol git at videolan.org
Thu Oct 24 09:45:26 CEST 2013


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Thu Oct 24 07:44:23 2013 +0000| [426abbb632b047a4eb93cd8de0ad482478e9a729] | committer: Paul B Mahol

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

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=426abbb632b047a4eb93cd8de0ad482478e9a729
---

 libavfilter/libmpcodecs/vf_eq.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/libmpcodecs/vf_eq.c b/libavfilter/libmpcodecs/vf_eq.c
index 4e256d9..c926c51 100644
--- a/libavfilter/libmpcodecs/vf_eq.c
+++ b/libavfilter/libmpcodecs/vf_eq.c
@@ -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;



More information about the ffmpeg-cvslog mailing list