1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

doc/ffmpeg: drop misleading claims from -stats_*_fmt

The {br}/{abr} directives are not limited to post-encoding, they can
also be used pre-muxing. The already-present {packet} tag describes this
more accurately, so just drop the assertions.
This commit is contained in:
Anton Khirnov 2023-12-14 19:27:45 +01:00
parent 02a4393647
commit 6cb231e378

View File

@ -2202,11 +2202,11 @@ Number of audio samples in the frame.
Size of the encoded packet in bytes.
@item br (@emph{packet})
Current bitrate in bits per second. Post-encoding only.
Current bitrate in bits per second.
@item abr (@emph{packet})
Average bitrate for the whole stream so far, in bits per second, -1 if it cannot
be determined at this point. Post-encoding only.
be determined at this point.
@item key (@emph{packet})
Character 'K' if the packet contains a keyframe, character 'N' otherwise.