diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-03-18 23:44:07 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-10-03 20:56:12 +0200 |
commit | 029df555f80952acf953322e0ee22903bf862e81 (patch) | |
tree | 08dce67a1a9fa0b0eb3d6c3b4ebd5217385746d7 /libavformat/mxfenc.c | |
parent | f42a2b13496e6a5286164fd7241d64aebf74ec4e (diff) | |
download | ffmpeg-029df555f80952acf953322e0ee22903bf862e81.tar.gz |
avformat/webpenc: Don't use sizeof(AVPacket)
In this case it means replacing a packet in the muxer's context by
a pointer to an AVPacket, namely AVFormatInternal.pkt.
Because this packet is freed generically, one can remove the muxer's
deinit function.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/mxfenc.c')
0 files changed, 0 insertions, 0 deletions