summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2011-10-04 11:44:25 -0700
committerAlex Converse <alex.converse@gmail.com>2011-12-15 14:06:13 -0800
commitd3b8bde2f14f78109a892e57f544bf840cf6d4fc (patch)
tree3d2c8089945aa80c649d45892f05818c710ae2a8 /libavformat/movenc.h
parentdabba0c676389b73c7b324fc999da7076fae149e (diff)
movenc: Rudimentary IODs support.
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r--libavformat/movenc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h
index 9b14f24b7a..5ca5631c5a 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -112,6 +112,9 @@ typedef struct MOVMuxContext {
int flags;
int rtp_flags;
+ int iods_skip;
+ int iods_video_profile;
+ int iods_audio_profile;
} MOVMuxContext;
#define FF_MOV_FLAG_RTP_HINT 1