mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Clarify the avoidance of usage of these AVStream fields.
Originally committed as revision 24198 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
231745781f
commit
31769dad7d
@ -498,7 +498,8 @@ typedef struct AVStream {
|
|||||||
|
|
||||||
AVMetadata *metadata;
|
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;
|
const uint8_t *cur_ptr;
|
||||||
int cur_len;
|
int cur_len;
|
||||||
AVPacket cur_pkt;
|
AVPacket cur_pkt;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user