summaryrefslogtreecommitdiff
path: root/src/video_decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_decode.h')
-rw-r--r--src/video_decode.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/video_decode.h b/src/video_decode.h
index 40d2587..3261b76 100644
--- a/src/video_decode.h
+++ b/src/video_decode.h
@@ -3,7 +3,9 @@
#include <stdint.h>
-struct video_decode;
+struct video_decode {
+ int64_t duration;
+};
struct video_frame {
uint8_t *data;
int width, height, stride;