diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-04-11 11:11:12 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-04-11 11:13:42 +0000 |
commit | 10b1cc63c2cc2e189f9916e4bd212bf3b98c226e (patch) | |
tree | 314d0392d6ce74d75482eae319de4a8bf8d00dae /libavfilter/vf_crop.c | |
parent | 661e284b4a690ef049696a96603e281864b246bb (diff) | |
download | ffmpeg-10b1cc63c2cc2e189f9916e4bd212bf3b98c226e.tar.gz |
lavfi: remove double .priv_class initializers
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_crop.c')
-rw-r--r-- | libavfilter/vf_crop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_crop.c b/libavfilter/vf_crop.c index 35bb3e699e..02f0831503 100644 --- a/libavfilter/vf_crop.c +++ b/libavfilter/vf_crop.c @@ -348,5 +348,4 @@ AVFilter avfilter_vf_crop = { .inputs = avfilter_vf_crop_inputs, .outputs = avfilter_vf_crop_outputs, - .priv_class = &crop_class, }; |