Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2015-09-08 16:50:32 +0300
committerStefano Sabatini <stefasab@gmail.com>2015-09-08 18:54:03 +0300
commit106cab1152cf5ef07ef25034e80c7a60a454524c (patch)
tree3eff160bc8016e88a96694855efbe04ed14c167f /doc
parent5d8e836d0ec3bcaabf5bc2020210a1bc61975922 (diff)
doc/codecs: mention GOP in the g option
This helps when grepping for "gop".
Diffstat (limited to 'doc')
-rw-r--r--doc/codecs.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi
index 2afb09ce66..da048b155e 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -129,7 +129,7 @@ should be @code{1 / frame_rate} and timestamp increments should be
identically 1.
@item g @var{integer} (@emph{encoding,video})
-Set the group of picture size. Default value is 12.
+Set the group of picture (GOP) size. Default value is 12.
@item ar @var{integer} (@emph{decoding/encoding,audio})
Set audio sampling rate (in Hz).