summaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2017-10-22 01:41:57 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2017-10-23 12:41:04 +0200
commit2c9fa4162b346a394188a2e5a3442076155f2e34 (patch)
tree8bd93181b356590262946ea1acaee9de475d8508 /fftools/ffmpeg.h
parent4a9d32baca3af0d1831f9556a922c7ab5b426b10 (diff)
downloadffmpeg-streaming-2c9fa4162b346a394188a2e5a3442076155f2e34.zip
ffmpeg-streaming-2c9fa4162b346a394188a2e5a3442076155f2e34.tar.gz
ffmpeg: add -bitexact flag to simplify enabling bitexact mode in (de)muxer and (de/en)coder
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 0db481d..50fc8d5 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -160,6 +160,7 @@ typedef struct OptionsContext {
float mux_preload;
float mux_max_delay;
int shortest;
+ int bitexact;
int video_disable;
int audio_disable;
OpenPOWER on IntegriCloud