Commit 1b68b6d1 authored by philipjsg's avatar philipjsg

* Add a duration field to the AVPacket


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@459 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9aaac3ea
......@@ -15,6 +15,7 @@ typedef struct AVPacket {
int size;
int stream_index;
int flags;
int duration;
#define PKT_FLAG_KEY 0x0001
#define PKT_FLAG_DROPPED_FRAME 0x0002
} AVPacket;
......
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