From 4703a7b50b098a53ec2f806bd41a00fd87ea9d8c Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 4 Aug 2011 00:25:35 +0200 Subject: vf_yadif: correct documentation on the parity parameter 0 is top-field-first, 1 is bottom-field-first, not the other way around. Signed-off-by: Anton Khirnov --- doc/filters.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index f0a43813b6..2967db14d2 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1527,9 +1527,9 @@ interlaced video, accepts one of the following values: @table @option @item 0 -assume bottom field first -@item 1 assume top field first +@item 1 +assume bottom field first @item -1 enable automatic detection @end table -- cgit v1.2.3 From dd8d808ba6d4539194ede465f5bc67daeae1f2de Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 21 Sep 2011 14:57:29 +0200 Subject: doc: library versions need to be bumped in version.h --- doc/developer.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/developer.texi b/doc/developer.texi index 25bfe5a7bc..800009e89b 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -281,7 +281,7 @@ send a reminder by email. Your patch should eventually be dealt with. AVInputFormat/AVOutputFormat struct? @item Did you bump the minor version number (and reset the micro version - number) in @file{avcodec.h} or @file{avformat.h}? + number) in @file{libavcodec/version.h} or @file{libavformat/version.h}? @item Did you register it in @file{allcodecs.c} or @file{allformats.c}? @item -- cgit v1.2.3