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/af_aformat.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/af_aformat.c')
-rw-r--r-- | libavfilter/af_aformat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/af_aformat.c b/libavfilter/af_aformat.c index fd3f40df80..5658da11ea 100644 --- a/libavfilter/af_aformat.c +++ b/libavfilter/af_aformat.c @@ -145,5 +145,4 @@ AVFilter avfilter_af_aformat = { .inputs = avfilter_af_aformat_inputs, .outputs = avfilter_af_aformat_outputs, - .priv_class = &aformat_class, }; |