summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-11-26 16:47:26 -0300
committerJames Almer <jamrial@gmail.com>2017-12-06 15:43:59 -0300
commitd6d605eb05c3ca32f591016c345eb2ad9e81c554 (patch)
tree8d6893a14081c9e60b056b3c2f47cce29abc15c0 /libavformat/internal.h
parent5a412a5c3cc216ae1d15e6b884bda7214b73a5b0 (diff)
avformat/mux: stop delaying writing the header
Every bitstream filter behaves as intended now, so there's no need to wait for the first packet of every stream. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index fcd47840a5..36a57214ce 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -121,12 +121,6 @@ struct AVFormatInternal {
int avoid_negative_ts_use_pts;
/**
- * Whether or not a header has already been written
- */
- int header_written;
- int write_header_ret;
-
- /**
* Timestamp of the end of the shortest stream.
*/
int64_t shortest_end;