FFmpeg/libavformat
Andreas Rheinhardt 48539b62fc avformat/matroskaenc: Reduce usage of ebml_master
After the last few commits, the functions for writing master elements
with CRC-32 elements didn't really make use of the ebml_master
structure any more, so remove these parameters from the functions.

The only things that still need to be kept are the positions of the
level 1 elements that are written preliminarily and updated later.
These positions are stored in the MatroskaMuxContext and
replace the corresponding ebml_master structures.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
2019-05-08 13:02:30 -03:00
..
2018-05-06 15:07:28 +08:00
2019-03-20 18:38:48 +01:00
2018-12-13 18:58:48 +01:00
2019-05-03 10:18:53 +05:30
2019-03-20 18:38:48 +01:00
2018-09-11 21:48:49 +01:00
2019-04-13 18:10:11 +02:00
2018-05-21 19:43:04 -03:00
2018-05-21 19:43:04 -03:00
2019-03-20 18:38:48 +01:00
2018-03-07 22:26:53 +01:00
2019-04-19 17:14:44 +02:00