mpeg: Remove unused field

This commit is contained in:
Luca Barbato 2014-12-30 23:17:17 +01:00
parent b3f0465736
commit 01168bf140

View File

@ -43,7 +43,6 @@ typedef struct PacketDesc {
int64_t dts;
int size;
int unwritten_size;
int flags;
struct PacketDesc *next;
} PacketDesc;