summaryrefslogtreecommitdiff
path: root/libavcodec/packet_internal.h
Commit message (Collapse)AuthorAge
* avcodec/packet: move AVPacketList definition and function helpers over from ↵James Almer2020-09-15
| | | | | | | | | libavformat And replace the flags parameter with a function callback that can be used to copy the contents of the packet (e.g, av_packet_ref and av_packet_copy_props). Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-02
Signed-off-by: James Almer <jamrial@gmail.com>