Changeset cdf58f05 in ffmpeg

Timestamp:
May 19, 2014, 11:12:40 AM (11 years ago)
Author:
Anton Khirnov <anton@khirnov.net>
Branches:
master
Children:
4a2fd251, 9929b356
Parents:
a312f710
git-author:
Anton Khirnov <anton@khirnov.net> (05/18/14 19:16:47)
git-committer:
Anton Khirnov <anton@khirnov.net> (05/19/14 11:12:40)
Message:

avpacket: fix copying side data in av_packet_copy_props()

Side data count is incremented by by calling av_packet_new_side_data()
in the following loop, setting it explicitly results in the resulting
value being twice what it should be.

CC: libav-stable@libav.org

(No files)

Note: See TracChangeset for help on using the changeset viewer.