Commit 31769dad authored by Víctor Paesa's avatar Víctor Paesa

Clarify the avoidance of usage of these AVStream fields.

Originally committed as revision 24198 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 23174578
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment