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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_decode.h b/src/video_decode.h
index 9da7f63..5b5d88c 100644
--- a/src/video_decode.h
+++ b/src/video_decode.h
@@ -12,6 +12,7 @@ struct video_decode;
struct video_frame {
uint8_t *data;
int width, height, stride;
+ int64_t dts;
};
struct video_decode {