aboutsummaryrefslogtreecommitdiffstats
path: root/libswresample/dither.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-04-15 04:49:46 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-04-20 21:30:46 +0200
commit13c12cd4702e621c7363be8f22a8b55c22a31a02 (patch)
tree82acccfa1ac485a39e06ed96e35bcfa86f068051 /libswresample/dither.c
parent112afaccdfa56e446527f0303f3e1277bc34b500 (diff)
downloadffmpeg-13c12cd4702e621c7363be8f22a8b55c22a31a02.tar.gz
avformat/matroskaenc: Remove limit on the number of tracks
The Matroska file format has practically no limit on the number of tracks (the current limit is 2^56 - 1); yet because they are encoded in a variable length format in (Simple)Blocks this muxer has simply imposed a limit on the number of tracks in order to ensure that they can always be written on one byte in order to simplify the muxing process. This commit removes said limit. Also, zero is an invalid TrackNumber, so disallow this value in the dash_track_number option. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libswresample/dither.c')
0 files changed, 0 insertions, 0 deletions