From 6d9872f416a2ef0eb215366f815f523b87f017e5 Mon Sep 17 00:00:00 2001
From: Philip Gladstone <philipjsg@users.sourceforge.net>
Date: Thu, 9 May 2002 01:15:45 +0000
Subject: [PATCH] * Add a duration field to the AVPacket

Originally committed as revision 459 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libav/avformat.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libav/avformat.h b/libav/avformat.h
index 0f04e719892..e17c7a514b0 100644
--- a/libav/avformat.h
+++ b/libav/avformat.h
@@ -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; 
-- 
GitLab