diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-03-02 15:46:44 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-09 01:33:24 +0100 |
commit | 73ca672fb6e6661a5e1b5d1ec3ad06bfbe144fd4 (patch) | |
tree | 89ba96e54338472de259dc214907e161d77a9d47 /libavformat/cutils.c | |
parent | c99b8d0cd299d0e7c5971297ca52bf3b8e492310 (diff) | |
download | ffmpeg-73ca672fb6e6661a5e1b5d1ec3ad06bfbe144fd4.tar.gz |
avformat/rm: limit packet size
The chunk size is limited to 0xFFFF (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>
See Ticket244
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 08728f400b8367dc8c983036cb2eff3a2891322b)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/cutils.c')
0 files changed, 0 insertions, 0 deletions