From b0fd2897f082bec15e75fc8b93182c12b088d5b6 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 14 Feb 2011 21:00:44 +0100 Subject: [PATCH] fix AVFrame struct --- cap_lavc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cap_lavc.c b/cap_lavc.c index 65799325..7581909f 100644 --- a/cap_lavc.c +++ b/cap_lavc.c @@ -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; -- 2.39.2