diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-25 03:00:58 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-25 04:39:26 +0100 |
commit | e42028925bddfdfe46dcd2b7312148379ef4d62e (patch) | |
tree | b29f2179efb3fd8b88b5deb9a3463f6e84563504 /ffmpeg.h | |
parent | 394130efe32f85c1f0582094add4376e32ebf20c (diff) | |
download | ffmpeg-e42028925bddfdfe46dcd2b7312148379ef4d62e.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -198,6 +198,7 @@ typedef struct FilterGraph { const char *graph_desc; AVFilterGraph *graph; + int reconfiguration; InputFilter **inputs; int nb_inputs; |