mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
avformat/avidec: don't save a copy of the packet's AVBufferRef on DV streams
It's no longer needed. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
57aaeff523
commit
42895f590a
@ -1494,10 +1494,8 @@ resync:
|
||||
}
|
||||
|
||||
if (CONFIG_DV_DEMUXER && dv_demux) {
|
||||
AVBufferRef *avbuf = pkt->buf;
|
||||
size = avpriv_dv_produce_packet(avi->dv_demux, pkt,
|
||||
pkt->data, pkt->size, pkt->pos);
|
||||
pkt->buf = avbuf;
|
||||
pkt->flags |= AV_PKT_FLAG_KEY;
|
||||
if (size < 0)
|
||||
av_packet_unref(pkt);
|
||||
|
Loading…
x
Reference in New Issue
Block a user