git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
qsvdec: properly handle asynchronous decoding
[ffmpeg.git]
/
libavcodec
/
qsv_internal.h
diff --git
a/libavcodec/qsv_internal.h
b/libavcodec/qsv_internal.h
index
a0f4c7c
..
949f6eb
100644
(file)
--- a/
libavcodec/qsv_internal.h
+++ b/
libavcodec/qsv_internal.h
@@
-40,6
+40,8
@@
typedef struct QSVFrame {
mfxFrameSurface1 surface_internal;
+ int queued;
+
struct QSVFrame *next;
} QSVFrame;