Signed-off-by: Paul B Mahol <[email protected]>
---
libavfilter/f_reverse.c | 2 +-
libavfilter/src_movie.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavfilter/f_reverse.c b/libavfilter/f_reverse.c
index 37c25e9..890be54 100644
--- a/libavfilter/f_reverse.c
+++ b/libavfilter/f_reverse.c
@@ -136,7 +136,7 @@ static const AVFilterPad reverse_outputs[] = {
AVFilter ff_vf_reverse = {
.name = "reverse",
- .description = NULL_IF_CONFIG_SMALL("Reverse a clip."),
+ .description = NULL_IF_CONFIG_SMALL("Reverse a video clip."),
.priv_size = sizeof(ReverseContext),
.init = init,
.uninit = uninit,
diff --git a/libavfilter/src_movie.c b/libavfilter/src_movie.c
index bbdcbc8..4de0ab2 100644
--- a/libavfilter/src_movie.c
+++ b/libavfilter/src_movie.c
@@ -575,7 +575,7 @@ AVFILTER_DEFINE_CLASS(movie);
AVFilter ff_avsrc_movie = {
.name = "movie",
- .description = NULL_IF_CONFIG_SMALL("Read from a movie source."),
+ .description = NULL_IF_CONFIG_SMALL("Read video from a movie source."),
.priv_size = sizeof(MovieContext),
.priv_class = &movie_class,
.init = movie_common_init,
--
1.7.11.2
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel