]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avformat.h
Use correct length modifier for size comparison in printf expression, fixes:
[ffmpeg] / libavformat / avformat.h
index 8229bedb9fbec7d22d3816c7a0a321bd81128412..7d7fce855ddba3ea6fc8ec78d985399e81cfa527 100644 (file)
@@ -22,7 +22,7 @@
 #define AVFORMAT_AVFORMAT_H
 
 #define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 72
+#define LIBAVFORMAT_VERSION_MINOR 73
 #define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
@@ -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;