diff options
author | Uoti Urpala <uau@mplayer2.org> | 2011-08-21 21:55:32 +0300 |
---|---|---|
committer | Uoti Urpala <uau@mplayer2.org> | 2011-08-21 21:55:32 +0300 |
commit | 2c5285c15106c65f161a220476a65d53e567ba96 (patch) | |
tree | aabcdc0825186cbca5e650d8d3a3af33d6ac1084 /DOCS/tech/hwac3.txt | |
parent | 47f5d53d85f77a714a76642a301a29a51a14e6f9 (diff) | |
download | mpv-2c5285c15106c65f161a220476a65d53e567ba96.tar.bz2 mpv-2c5285c15106c65f161a220476a65d53e567ba96.tar.xz |
demux_lavf: Adding av_dup_packet() missing from recent 6e8d420a41
Commit 6e8d420a41 ("demux: avoid a copy of demux packets with lavf,
reduce padding") was missing an av_dup_packet() line. As a result at
least formats that use parsing on the lavf side could fail (with
parsing the packet may contain pointers to temporary fields that
will be overwritten/freed when reading further packets, and
av_dup_packet() is required to allocate permanent storage).
Diffstat (limited to 'DOCS/tech/hwac3.txt')
0 files changed, 0 insertions, 0 deletions