diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-22 01:01:36 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-12-22 01:03:46 +0100 |
commit | 6b50df6b3a11f04c4781bf8a94e5a5c879bb2352 (patch) | |
tree | 6e36421ce29d1875ece7fd941338ea15d967952d /doc/filters.texi | |
parent | e16bac7b33f6463a8e43a2da2bac2fca8d14fe48 (diff) | |
download | ffmpeg-6b50df6b3a11f04c4781bf8a94e5a5c879bb2352.tar.gz |
doc/filters: rename reference to movie filter from "src_movie" to "movie"
Should be less confusing.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 17e2af74d9..42f4a7a0f0 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5364,10 +5364,10 @@ Below is a description of the currently available multimedia sources. @section amovie -This is the same as @ref{src_movie} source, except it selects an audio +This is the same as @ref{movie} source, except it selects an audio stream by default. -@anchor{src_movie} +@anchor{movie} @section movie Read audio and/or video stream(s) from a movie container. |