From 59245e0c5e10a849e67c632cccf4f677b2442e82 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 28 Jun 2015 08:03:44 +0200 Subject: avconv: set the encoding/decoding_needed flags earlier This will be useful in the following commits. --- avconv.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'avconv.c') diff --git a/avconv.c b/avconv.c index a44267c9c4..0394a86047 100644 --- a/avconv.c +++ b/avconv.c @@ -1774,10 +1774,6 @@ static int transcode_init(void) goto dump_format; } - if (ist) - ist->decoding_needed = 1; - ost->encoding_needed = 1; - set_encoder_id(output_files[ost->file_index], ost); /* -- cgit v1.2.3