mirror of https://github.com/FFmpeg/FFmpeg.git
The packet given to muxers is not used afterwards; it is always unreferenced by libavformat. Ergo muxers are allowed to keep the references in the packets and e.g. move the ownership to a packet list. This is what this commit does. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>pull/383/head
parent
f0fb005f59
commit
3485e79f07
5 changed files with 9 additions and 5 deletions
Loading…
Reference in new issue