diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-09-28 04:42:24 +0200 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-09-28 18:32:43 -0300 |
commit | ada02cf85fffd7806ac48e907f45082dd91efc18 (patch) | |
tree | e824a178da2e37a73f4048ab17b05cf64a7b0422 /tests/fate/ea.mak | |
parent | bf79e4426a94d17ca49b01ab1624c5d59ae59bb2 (diff) | |
download | ffmpeg-ada02cf85fffd7806ac48e907f45082dd91efc18.tar.gz |
avformat/utils: Don't create unnecessary references
When AVFMT_FLAG_GENPTS is set, av_read_frame would put a reference to a
packet in the packet list (via av_packet_ref) and then immediately
thereafter unreference the original packet. This has been changed to
move the reference instead.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'tests/fate/ea.mak')
0 files changed, 0 insertions, 0 deletions