[FFmpeg-cvslog] r24198 - trunk/libavformat/avformat.h
victor
subversion
Sun Jul 11 16:56:32 CEST 2010
Author: victor
Date: Sun Jul 11 16:56:32 2010
New Revision: 24198
Log:
Clarify the avoidance of usage of these AVStream fields.
Modified:
trunk/libavformat/avformat.h
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h Sun Jul 11 16:50:20 2010 (r24197)
+++ trunk/libavformat/avformat.h Sun Jul 11 16:56:32 2010 (r24198)
@@ -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;
More information about the ffmpeg-cvslog
mailing list