summaryrefslogtreecommitdiffstats
path: root/libavfilter/src_movie.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-07-23 23:21:33 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-07-28 10:50:11 +0200
commit32390d6767e1f874a23277c36aaa5cbb5c720820 (patch)
tree2721419f79725bae7a924bb94405c676288704a7 /libavfilter/src_movie.c
parent7cf9aaddcd8d226df48ab00cb709a5e65411d566 (diff)
downloadffmpeg-streaming-32390d6767e1f874a23277c36aaa5cbb5c720820.zip
ffmpeg-streaming-32390d6767e1f874a23277c36aaa5cbb5c720820.tar.gz
lavfi: move movie and amovie to a "multimedia sources" section
Since the recent changes, movie and amovie are able to deal with more than one type of stream, so they should be categorized as "multimedia sources" rather than audio/video sources.
Diffstat (limited to 'libavfilter/src_movie.c')
-rw-r--r--libavfilter/src_movie.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/src_movie.c b/libavfilter/src_movie.c
index d49287b..a4a1293 100644
--- a/libavfilter/src_movie.c
+++ b/libavfilter/src_movie.c
@@ -566,7 +566,7 @@ static int movie_request_frame(AVFilterLink *outlink)
#if CONFIG_MOVIE_FILTER
-AVFilter avfilter_vsrc_movie = {
+AVFilter avfilter_avsrc_movie = {
.name = "movie",
.description = NULL_IF_CONFIG_SMALL("Read from a movie source."),
.priv_size = sizeof(MovieContext),
@@ -582,7 +582,7 @@ AVFilter avfilter_vsrc_movie = {
#if CONFIG_AMOVIE_FILTER
-AVFilter avfilter_asrc_amovie = {
+AVFilter avfilter_avsrc_amovie = {
.name = "amovie",
.description = NULL_IF_CONFIG_SMALL("Read audio from a movie source."),
.priv_size = sizeof(MovieContext),
OpenPOWER on IntegriCloud