---
 libavformat/avformat.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 61babdc..fefdeac 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -873,6 +873,11 @@ typedef struct AVFormatContext {
      * - decoding: Unused.
      */
     int64_t start_time_realtime;
+    /**
+     * Opaque pointer to hold application specific data
+     * Always set by user.
+     */
+    void *opaque;
 } AVFormatContext;
 
 typedef struct AVPacketList {
-- 
1.7.4.1

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to