diff options
author | Alex Converse <alex.converse@gmail.com> | 2011-10-04 11:44:25 -0700 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-12-15 14:06:13 -0800 |
commit | d3b8bde2f14f78109a892e57f544bf840cf6d4fc (patch) | |
tree | 3d2c8089945aa80c649d45892f05818c710ae2a8 /libavformat/movenc.h | |
parent | dabba0c676389b73c7b324fc999da7076fae149e (diff) | |
download | ffmpeg-d3b8bde2f14f78109a892e57f544bf840cf6d4fc.tar.gz |
movenc: Rudimentary IODs support.
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r-- | libavformat/movenc.h | 3 |
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 |