Commit 0e1bb03c authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '01168bf1'

* commit '01168bf1':
  mpeg: Remove unused field
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents e2404096 01168bf1
...@@ -40,7 +40,6 @@ typedef struct PacketDesc { ...@@ -40,7 +40,6 @@ typedef struct PacketDesc {
int64_t dts; int64_t dts;
int size; int size;
int unwritten_size; int unwritten_size;
int flags;
struct PacketDesc *next; struct PacketDesc *next;
} PacketDesc; } PacketDesc;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment