mirror of https://github.com/FFmpeg/FFmpeg.git
The SVQ3 decoder modifies the input bitstream at two places. One of them is only reached when the file is watermarked. Therefore commitpull/362/head2264c11081
made a copy of all the frame data in this case. But there is a second possibility for modifying the frame and therefore Libav commit1098f5c049
made the decoder always copy the data. This of course makes the additional copy for watermarked frames redundant, but it hasn't been removed. This commit does so. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
parent
3ab1a890e8
commit
bcf707639e
1 changed files with 1 additions and 18 deletions
Loading…
Reference in new issue