diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-04-15 03:39:37 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-04-20 21:30:46 +0200 |
commit | 40d038a63531bac12fca50e3b0f6f55037733671 (patch) | |
tree | ac9ce0234354745a02c1b0808af0290d7d3bb87c /tests/ref/vsynth | |
parent | 9b0f9003dfab6a230d46aaa94091bf509d889f37 (diff) | |
download | ffmpeg-40d038a63531bac12fca50e3b0f6f55037733671.tar.gz |
avformat/matroskaenc: Rename functions to better reflect what they do
EBML uses variable length integers both for the EBML IDs as well as for
the EBML lengths; Matroska also uses them for the TrackNumber in
(Simple)Blocks and for the lengths of laces when EBML lacing is used.
When encoding EBML lengths, certain encodings have a special meaning,
namely that the element has an unknown length. This is not so when
encoding general EBML variable length integers.
Yet the functions called ebml_num_size() and put_ebml_num() had this
special meaning hardcoded, i.e. they are there to write EBML lengths and
not general EBML numbers. So rename them.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'tests/ref/vsynth')
0 files changed, 0 insertions, 0 deletions