summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_cropdetect.c
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2014-04-11 11:54:15 +0200
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-04-19 16:20:57 +0200
commit58400ac133bcfb6bf8196b4e5208bc178307739b (patch)
treee2aa839ab2febe9562abf3857afb470bb413b5a3 /libavfilter/vf_cropdetect.c
parent4936ef6492f640e1606c6507f2c4e495164d3974 (diff)
downloadffmpeg-streaming-58400ac133bcfb6bf8196b4e5208bc178307739b.zip
ffmpeg-streaming-58400ac133bcfb6bf8196b4e5208bc178307739b.tar.gz
lavfi: name anonymous structs
Diffstat (limited to 'libavfilter/vf_cropdetect.c')
-rw-r--r--libavfilter/vf_cropdetect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_cropdetect.c b/libavfilter/vf_cropdetect.c
index ea9e47d..14c26c7 100644
--- a/libavfilter/vf_cropdetect.c
+++ b/libavfilter/vf_cropdetect.c
@@ -34,7 +34,7 @@
#include "internal.h"
#include "video.h"
-typedef struct {
+typedef struct CropDetectContext {
const AVClass *class;
int x1, y1, x2, y2;
int limit;
OpenPOWER on IntegriCloud