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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-04-07 12:16:27 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-04-07 15:57:39 +0400
commitfd00662d5a700d4e319be45d2bc60ddb579655ea (patch)
treeac6cc3f76779a36350ec3f03aa6b780ef051bd78 /doc/muxers.texi
parent32b1022f76b7bf158f6312f39bf310d7fd6850bd (diff)
doc/muxers: update documentation for the framecrc muxer
Add mention to the pts and duration log fields, added in d2afbd9a56e4e863bad01923006dd9b77f747035. Fix trac ticket #1159.
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 7d64482bc7..7fd6548ea4 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -64,7 +64,7 @@ and video frame. By default audio frames are converted to signed
CRC.
The output of the muxer consists of a line for each audio and video
-frame of the form: @var{stream_index}, @var{frame_dts},
+frame of the form: @var{stream_index}, @var{frame_dts}, @var{frame_pts}, @var{frame_duration},
@var{frame_size}, 0x@var{CRC}, where @var{CRC} is a hexadecimal
number 0-padded to 8 digits containing the CRC of the decoded frame.