diff mbox

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

Message ID 1553503145-27653-2-git-send-email-mypopydev@gmail.com
State New
Headers show

Commit Message

Jun Zhao March 25, 2019, 8:39 a.m. UTC
From: Jun Zhao <barryjzhao@tencent.com>

Update the comment for format_probesize.

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
---
 libavformat/avformat.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

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;