|
@@ -21,7 +21,6 @@ typedef struct AVPacket { |
|
|
int flags; |
|
|
int flags; |
|
|
int duration; |
|
|
int duration; |
|
|
#define PKT_FLAG_KEY 0x0001 |
|
|
#define PKT_FLAG_KEY 0x0001 |
|
|
#define PKT_FLAG_DROPPED_FRAME 0x0002 |
|
|
|
|
|
} AVPacket; |
|
|
} AVPacket; |
|
|
|
|
|
|
|
|
int av_new_packet(AVPacket *pkt, int size); |
|
|
int av_new_packet(AVPacket *pkt, int size); |
|
|