Andreas Rheinhardt
4e6e14f496
avformat/amvenc: Avoid allocating packet
...
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
4 years ago
Andreas Rheinhardt
bc70684e74
avformat: Constify all muxer/demuxers
...
This is possible now that the next-API is gone.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Signed-off-by: James Almer <jamrial@gmail.com>
4 years ago
Andreas Rheinhardt
dfad5794fb
avformat/amvenc: Remove unnecessary av_packet_free()
...
The muxer's deinit function takes care of cleaning up when init fails.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago
James Almer
82faeb56ce
avformat/amvenc: use av_packet_alloc() to allocate packets
...
Signed-off-by: James Almer <jamrial@gmail.com>
4 years ago
Zane van Iperen
a2fea0f469
avformat: add amv muxer
...
AMV is a hard-coded (and broken) subset of AVI. It's not worth sullying
the existing AVI muxer with its filth.
Fixes ticket #747 .
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
4 years ago