diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2022-06-29 21:24:28 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2022-07-18 00:32:55 +0200 |
commit | 6ca43a9675d651d7ea47c7ba2fafb1bf831c4d0b (patch) | |
tree | f65d30ad5e350e07844011d8d82e4e197502a7b3 /doc/doxy | |
parent | 63ce42019c8097c568a8e9250460d45f344654eb (diff) | |
download | ffmpeg-6ca43a9675d651d7ea47c7ba2fafb1bf831c4d0b.tar.gz |
avdevice/lavfi: output wrapped AVFrames
This avoids an extra copy of potentially quite big video frames.
Instead of copying the entire frames data into a rawvideo packet it
packs the frame into a wrapped avframe packet and passes it through
as-is.
Unfortunately, wrapped avframes are set up to be video frames, so the
audio frames continue to be copied.
Additionally, this enabled passing through video frames that previously
were impossible to process, like hardware frames or other special
formats that couldn't be packed into a rawvideo packet.
Diffstat (limited to 'doc/doxy')
0 files changed, 0 insertions, 0 deletions