git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
397859c
)
avfilter/uspp: use AVFILTER_DEFINE_CLASS()
author
Clément Bœsch
<u@pkh.me>
Fri, 12 Dec 2014 00:52:02 +0000
(
01:52
+0100)
committer
Clément Bœsch
<u@pkh.me>
Fri, 12 Dec 2014 00:52:19 +0000
(
01:52
+0100)
libavfilter/vf_uspp.c
patch
|
blob
|
history
diff --git
a/libavfilter/vf_uspp.c
b/libavfilter/vf_uspp.c
index
9ddf5df
..
dede413
100644
(file)
--- a/
libavfilter/vf_uspp.c
+++ b/
libavfilter/vf_uspp.c
@@
-65,13
+65,7
@@
static const AVOption uspp_options[] = {
{ NULL }
};
-static const AVClass uspp_class = {
- .class_name = "uspp",
- .item_name = av_default_item_name,
- .option = uspp_options,
- .version = LIBAVUTIL_VERSION_INT,
- .category = AV_CLASS_CATEGORY_FILTER,
-};
+AVFILTER_DEFINE_CLASS(uspp);
DECLARE_ALIGNED(8, static const uint8_t, dither)[8][8] = {
{ 0*4, 48*4, 12*4, 60*4, 3*4, 51*4, 15*4, 63*4, },