Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2011-10-04 22:44:25 +0400
committerAlex Converse <alex.converse@gmail.com>2011-12-16 02:06:13 +0400
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