changeset 6252:deebd9ec774e libavformat

Clarify the avoidance of usage of these AVStream fields.
author victor
date Sun, 11 Jul 2010 14:56:32 +0000
parents 0db22f6ec19e
children 7069d6fdedaa
files avformat.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/avformat.h	Sun Jul 11 11:54:48 2010 +0000
+++ b/avformat.h	Sun Jul 11 14:56:32 2010 +0000
@@ -498,7 +498,8 @@
 
     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;