diff options
author | Stephen Hutchinson <qyot27@gmail.com> | 2014-01-08 00:37:57 -0500 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-08 12:54:27 +0100 |
commit | 16ae337bd8d46d98664ede2484dd635dae939771 (patch) | |
tree | a49472fdcfcf4a6c91b51e23be0762bda82bd3c7 /libavdevice/dshow_capture.h | |
parent | 02dd178d9de9c5e6ec3974658b5efd0c69c5631a (diff) | |
download | ffmpeg-16ae337bd8d46d98664ede2484dd635dae939771.tar.gz |
avisynth: Use av_packet_from_data instead of av_new_packet
If the audio changes from 9eac7c4 were merged as they were, this
would cause scripts with both video+audio to fail with a lot of
audio decoding errors (the video would be fine). Scripts with
only one of either video or audio were unaffected. Additionally,
the av_packet changes in general caused seeking to break.
Using av_packet_from_data allows video+audio scripts to work as
expected, without audio decoding errors. It also fixes seeking.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice/dshow_capture.h')
0 files changed, 0 insertions, 0 deletions