summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-19 12:44:07 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-19 12:44:07 +0200
commitdb3e12a828553171f37c98119679316720e4caed (patch)
tree3b310b95ae93871f31d541082a0c5969cbce79be /ffmpeg.c
parent843be56ee18928ecf80bcb20d235c4f9cab5a8fd (diff)
parent59245e0c5e10a849e67c632cccf4f677b2442e82 (diff)
Merge commit '59245e0c5e10a849e67c632cccf4f677b2442e82'
* commit '59245e0c5e10a849e67c632cccf4f677b2442e82': avconv: set the encoding/decoding_needed flags earlier Conflicts: ffmpeg.c Merged-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 844034e7e7..73792ed44f 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2925,10 +2925,6 @@ static int transcode_init(void)
goto dump_format;
}
- if (ist)
- ist->decoding_needed |= DECODING_FOR_OST;
- ost->encoding_needed = 1;
-
set_encoder_id(output_files[ost->file_index], ost);
if (!ost->filter &&