mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/packet_internal: move the next pointer in PacketList to the top of the struct
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
bd96c54fe4
commit
0814610ee3
@ -24,8 +24,8 @@
|
||||
#include "packet.h"
|
||||
|
||||
typedef struct PacketList {
|
||||
AVPacket pkt;
|
||||
struct PacketList *next;
|
||||
AVPacket pkt;
|
||||
} PacketList;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user