mirror of https://github.com/FFmpeg/FFmpeg.git
The mov demuxer only returns DV audio, video packets are discarded. It first reads the data to be parsed into a packet. Then both this packet and the pointer to its data are passed together to avpriv_dv_produce_packet(), which parses the data and partially overwrites the packet. This is confusing and potentially dangerous, so just pass NULL and avoid pointless packet modification.pull/388/head
parent
f7b3fc4afe
commit
090f12b157
2 changed files with 12 additions and 9 deletions
Loading…
Reference in new issue