diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-09-02 22:17:38 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-09-11 17:30:04 +0200 |
commit | b3dd2010afb46d5e91117067b5e9e1f9dcd18df8 (patch) | |
tree | 15d25de3492cb8634149e072f49c91b162f1c52c | |
parent | 495ecfd139ac9bf8e467086e17efd7f1970972bc (diff) | |
download | ffmpeg-b3dd2010afb46d5e91117067b5e9e1f9dcd18df8.tar.gz |
doc: cosmetics, rename fftools-common-opts to avtools-....
-rw-r--r-- | doc/avconv.texi | 2 | ||||
-rw-r--r-- | doc/avplay.texi | 2 | ||||
-rw-r--r-- | doc/avprobe.texi | 2 | ||||
-rw-r--r-- | doc/avserver.texi | 2 | ||||
-rw-r--r-- | doc/avtools-common-opts.texi (renamed from doc/fftools-common-opts.texi) | 2 | ||||
-rw-r--r-- | doc/ffmpeg.texi | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index db7e15723f..a6d1c0ab4f 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -82,7 +82,7 @@ described. @chapter Options @c man begin OPTIONS -@include fftools-common-opts.texi +@include avtools-common-opts.texi @section Main options diff --git a/doc/avplay.texi b/doc/avplay.texi index e292481228..502580fb31 100644 --- a/doc/avplay.texi +++ b/doc/avplay.texi @@ -28,7 +28,7 @@ various Libav APIs. @chapter Options @c man begin OPTIONS -@include fftools-common-opts.texi +@include avtools-common-opts.texi @section Main options diff --git a/doc/avprobe.texi b/doc/avprobe.texi index 5fc73a1934..8955e1fdfa 100644 --- a/doc/avprobe.texi +++ b/doc/avprobe.texi @@ -60,7 +60,7 @@ are prefixed by the string "TAG:". @chapter Options @c man begin OPTIONS -@include fftools-common-opts.texi +@include avtools-common-opts.texi @section Main options diff --git a/doc/avserver.texi b/doc/avserver.texi index b0bb06b504..7ac4a137df 100644 --- a/doc/avserver.texi +++ b/doc/avserver.texi @@ -240,7 +240,7 @@ For example: @samp{http://localhost:8080/test.asf?date=2002-07-26T23:05:00}. @chapter Options @c man begin OPTIONS -@include fftools-common-opts.texi +@include avtools-common-opts.texi @section Main options diff --git a/doc/fftools-common-opts.texi b/doc/avtools-common-opts.texi index 91e1ed7969..e7c1bba4ac 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/avtools-common-opts.texi @@ -13,7 +13,7 @@ commandline will set to false the boolean option with name "foo". @section Generic options -These options are shared amongst the ff* tools. +These options are shared amongst the av* tools. @table @option diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 32916a7c96..2457d65253 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -68,7 +68,7 @@ specified for the inputs. @chapter Options @c man begin OPTIONS -@include fftools-common-opts.texi +@include avtools-common-opts.texi @section Main options |