diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-03-02 16:52:26 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-03-05 15:51:05 +0100 |
commit | bb4edddd9389cc1601db618ed3c1375b62628d04 (patch) | |
tree | f1a90526886f2ea829f895427da542a905ebb532 /tests/fate/vqf.mak | |
parent | 4f2ee9daeedec636fb4fe953a1e0990a7102d5eb (diff) | |
download | ffmpeg-bb4edddd9389cc1601db618ed3c1375b62628d04.tar.gz |
rmenc: limit packet size
The chunk size is limited to UINT16_MAX (written by avio_wb16), so make
sure that the packet size is not too large.
Such large frames need to be split into slices smaller than 64 kB, but
that is currently supported neither by the rv10/rv20 encoders nor the rm
muxer.
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'tests/fate/vqf.mak')
0 files changed, 0 insertions, 0 deletions