summaryrefslogtreecommitdiff
path: root/avconv.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-06-28 08:03:44 +0200
committerAnton Khirnov <anton@khirnov.net>2015-07-19 09:34:08 +0200
commit59245e0c5e10a849e67c632cccf4f677b2442e82 (patch)
treeeb1d2d09df75d2240efc524803bb30831f740a95 /avconv.c
parent56c2f37727015212a404cae0f444d8bc8704d691 (diff)
avconv: set the encoding/decoding_needed flags earlier
This will be useful in the following commits.
Diffstat (limited to 'avconv.c')
-rw-r--r--avconv.c4
1 files changed, 0 insertions, 4 deletions
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);
/*