summaryrefslogtreecommitdiff
path: root/ffmpeg.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-25 03:00:58 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-25 04:39:26 +0100
commite42028925bddfdfe46dcd2b7312148379ef4d62e (patch)
treeb29f2179efb3fd8b88b5deb9a3463f6e84563504 /ffmpeg.h
parent394130efe32f85c1f0582094add4376e32ebf20c (diff)
ffmpeg: Force a first_pts of 0 for the first configuration of -async use
This is very close to what the default does currently Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index d8a963ece5..b89a5ac626 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -198,6 +198,7 @@ typedef struct FilterGraph {
const char *graph_desc;
AVFilterGraph *graph;
+ int reconfiguration;
InputFilter **inputs;
int nb_inputs;