From 31769dad7d182983e2943d519201c24e9cea6f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Paesa?= Date: Sun, 11 Jul 2010 14:56:32 +0000 Subject: [PATCH] Clarify the avoidance of usage of these AVStream fields. Originally committed as revision 24198 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index cb21dac5cb..7d7fce855d 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -498,7 +498,8 @@ typedef struct AVStream { AVMetadata *metadata; - /* av_read_frame() support */ + /* Intended mostly for av_read_frame() support. Not supposed to be used by */ + /* external applications; try to use something else if at all possible. */ const uint8_t *cur_ptr; int cur_len; AVPacket cur_pkt;