]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
fix AVFrame struct
authorRudolf Polzer <divverent@alientrap.org>
Mon, 14 Feb 2011 20:00:44 +0000 (21:00 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 14 Feb 2011 20:00:44 +0000 (21:00 +0100)
cap_lavc.c

index 657993250260e189c454558662a204aa755ccaf5..7581909fd8604452fbe5aeb0cb31898fd032e3fd 100644 (file)
@@ -175,6 +175,8 @@ typedef struct AVFrame {
     qint8_t *ref_index[2];
     qint64_t reordered_opaque;
     void *hwaccel_picture_private;
+    qint64_t pkt_pts;
+    qint64_t pkt_dts;
     struct AVCodecContext *owner;
     void *thread_opaque;
 } AVFrame;