mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-24 07:50:11 +01:00
lavc/bsf: move IS_EMPTY() to packet_internal()
It will be useful in other places.
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
|
||||
#include "packet.h"
|
||||
|
||||
#define AVPACKET_IS_EMPTY(pkt) (!(pkt)->data && !(pkt)->side_data_elems)
|
||||
|
||||
typedef struct PacketListEntry {
|
||||
struct PacketListEntry *next;
|
||||
AVPacket pkt;
|
||||
|
||||
Reference in New Issue
Block a user