[FFmpeg-devel] [PATCH V1 2/3] avformat/avformat.h: Update the comment for format_probesize

Jun Zhao mypopydev at gmail.com
Mon Mar 25 10:39:04 EET 2019


From: Jun Zhao <barryjzhao at tencent.com>

Update the comment for format_probesize.

Signed-off-by: Jun Zhao <barryjzhao at tencent.com>
---
 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



More information about the ffmpeg-devel mailing list