lavfi: remove more instances of avfilter_default_filter_name()

They were discarded in 0f0f3bd1e0.
This commit is contained in:
Stefano Sabatini
2012-06-05 18:57:09 +02:00
parent 62b39d41cd
commit 647e2e070f
2 changed files with 4 additions and 4 deletions

View File

@@ -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
};