Skip to content
Snippets Groups Projects
Commit 6d9872f4 authored by Philip Gladstone's avatar Philip Gladstone
Browse files

* Add a duration field to the AVPacket

Originally committed as revision 459 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1de1cce2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment