diff options
author | Martin Storsjö <martin@martin.st> | 2011-05-21 14:58:43 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-06-10 10:52:32 +0300 |
commit | d16cccac98a250d53827fa0c82e429bf17070d0f (patch) | |
tree | 57fe8325c794d4fe045bb386196dd3e2e2e53df8 /libavformat/movenc.h | |
parent | f3f82296a407d3c4eada161aaec45b21a5334fc3 (diff) | |
download | ffmpeg-d16cccac98a250d53827fa0c82e429bf17070d0f.tar.gz |
movenc: Add RTP muxer/hinter options
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r-- | libavformat/movenc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h index 69b6621711..39cdb39284 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -111,6 +111,7 @@ typedef struct MOVMuxContext { MOVTrack *tracks; int flags; + int rtp_flags; } MOVMuxContext; #define FF_MOV_FLAG_RTP_HINT 1 |