From: Jun Zhao <[email protected]> Update the comment for format_probesize.
Signed-off-by: Jun Zhao <[email protected]> --- libavformat/avformat.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index e1b9b11..2907be5 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1770,7 +1770,7 @@ typedef struct AVFormatContext { /** * number of bytes to read maximally to identify format. * - encoding: unused - * - decoding: set by user + * - decoding: set by user before avformat_open_input(). */ int format_probesize; -- 1.7.1 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
