From d3b8bde2f14f78109a892e57f544bf840cf6d4fc Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Tue, 4 Oct 2011 11:44:25 -0700 Subject: movenc: Rudimentary IODs support. --- libavformat/movenc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavformat/movenc.h') 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 -- cgit v1.2.3