diff avformat.h @ 6010:01f2dce260eb libavformat

Add a flag for enabling RTP hinting
author mstorsjo
date Tue, 18 May 2010 19:34:21 +0000
parents b6114dd198a9
children 76a20c880f08
line wrap: on
line diff
--- a/avformat.h	Tue May 18 19:32:59 2010 +0000
+++ b/avformat.h	Tue May 18 19:34:21 2010 +0000
@@ -653,6 +653,7 @@
 #define AVFMT_FLAG_IGNDTS       0x0008 ///< Ignore DTS on frames that contain both DTS & PTS
 #define AVFMT_FLAG_NOFILLIN     0x0010 ///< Do not infer any values from other values, just return what is stored in the container
 #define AVFMT_FLAG_NOPARSE      0x0020 ///< Do not use AVParsers, you also must set AVFMT_FLAG_NOFILLIN as the fillin code works on frames and no parsing -> no frames. Also seeking to frames can not work if parsing to find frame boundaries has been disabled
+#define AVFMT_FLAG_RTP_HINT     0x0040 ///< Add RTP hinting to the output file
 
     int loop_input;
     /** decoding: size of data to probe; encoding: unused. */