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
/
qsvdec.h
diff --git
a/libavcodec/qsvdec.h
b/libavcodec/qsvdec.h
index
486a7e3
..
01f7690
100644
(file)
--- a/
libavcodec/qsvdec.h
+++ b/
libavcodec/qsvdec.h
@@
-28,6
+28,7
@@
#include <mfx/mfxvideo.h>
+#include "libavutil/fifo.h"
#include "libavutil/frame.h"
#include "libavutil/pixfmt.h"
@@
-47,6
+48,8
@@
typedef struct QSVContext {
*/
QSVFrame *work_frames;
+ AVFifoBuffer *async_fifo;
+
// options set by the caller
int async_depth;
int iopattern;