summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 5151823517..156e83c668 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1078,6 +1078,13 @@ typedef struct AVFormatContext {
*/
int ts_id;
+ /**
+ * Audio preload in microseconds.
+ * Note, not all formats support this and unpredictable things may happen if it is used when not supported.
+ * - encoding: Set by user via AVOptions (NO direct access)
+ * - decoding: unused
+ */
+ int audio_preload;
/*****************************************************************
* All fields below this line are not part of the public API. They