mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 03:20:00 +01:00
avcodec/internal: move packet related functions to their own header
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include "bytestream.h"
|
||||
#include "internal.h"
|
||||
#include "packet.h"
|
||||
#include "packet_internal.h"
|
||||
|
||||
void av_init_packet(AVPacket *pkt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user