Browse Source

doc/muxers: update documentation for the framecrc muxer

Add mention to the pts and duration log fields, added in
d2afbd9a56.

Fix trac ticket #1159.
tags/n0.11
Stefano Sabatini 13 years ago
parent
commit
fd00662d5a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/muxers.texi

+ 1
- 1
doc/muxers.texi View File

@@ -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.



Loading…
Cancel
Save