summaryrefslogtreecommitdiffstats
path: root/libavfilter/src_movie.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-06-05 18:57:09 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-06-05 19:00:52 +0200
commit647e2e070f0dbb7055c3a1443de0f5ed3292e0cc (patch)
tree2a25969929a4308d6031a7426d81feb9bfab6f38 /libavfilter/src_movie.c
parent62b39d41cdec2be4e4722aefbd7789305e4ab2ad (diff)
downloadffmpeg-streaming-647e2e070f0dbb7055c3a1443de0f5ed3292e0cc.zip
ffmpeg-streaming-647e2e070f0dbb7055c3a1443de0f5ed3292e0cc.tar.gz
lavfi: remove more instances of avfilter_default_filter_name()
They were discarded in 0f0f3bd1e0.
Diffstat (limited to 'libavfilter/src_movie.c')
-rw-r--r--libavfilter/src_movie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/src_movie.c b/libavfilter/src_movie.c
index 8262e00..ca73ad0 100644
--- a/libavfilter/src_movie.c
+++ b/libavfilter/src_movie.c
@@ -80,7 +80,7 @@ static const AVOption movie_options[]= {
static const AVClass movie_class = {
"MovieContext",
- avfilter_default_filter_name,
+ av_default_item_name,
movie_options
};
OpenPOWER on IntegriCloud