diff options
author | Manuel Lauss <manuel.lauss@gmail.com> | 2025-05-01 11:25:35 +0200 |
---|---|---|
committer | Manuel Lauss <manuel.lauss@gmail.com> | 2025-05-09 07:29:15 +0200 |
commit | 37064b2d1661ec93268777ed1a400a474b7c4ec7 (patch) | |
tree | 512775dd8e3a61e87c21b3c6a597fc18cbae7ffc /RELEASE | |
parent | 9369ebf23806417a8f34d042bc7a280e43ff64a3 (diff) | |
download | ffmpeg-master.tar.gz |
Videos of "StarWars - Making Magic" consist of 640x480 codec3 frames
which establish a background, and a 320x240 codec48 video put on top
at random left/top offsets.
To support this, a new default buffer "fbuf", which holds the final
image to be presented, is added, since codec37/47/48 need their 2/3 buffers
to be private to themselves. The decoded result is then copied to the fbuf,
honoring the left/top offsets if required.
Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
Diffstat (limited to 'RELEASE')
0 files changed, 0 insertions, 0 deletions