summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-18 13:17:21 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-18 13:27:33 +0200
commita194298954e98d915790ef4f7f277f50762be1ad (patch)
tree5b1d20ed307d395cfa50df5fdd280d2eb9fde652 /libavformat/movenc.h
parent3197c0aa87a3b7190e17d49e6fbc7b554e4b3f0a (diff)
avformat/movenc: Drop redundant bit exact field from context
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r--libavformat/movenc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h
index 744d14e5b2..75d7782a6d 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -164,7 +164,6 @@ typedef struct MOVMuxContext {
int flags;
int rtp_flags;
- int exact;
int iods_skip;
int iods_video_profile;