diff options
author | Zhong Li <zhong.li@intel.com> | 2019-09-20 04:45:27 +0800 |
---|---|---|
committer | Zhong Li <zhong.li@intel.com> | 2019-09-26 13:44:11 +0800 |
commit | 525de9567903e32b6ee2dc594bd55c26581029dd (patch) | |
tree | 475669cb1b6e1c05eb0e832a763669ea05d77811 /libavcodec/qsv_internal.h | |
parent | 74007dd86a87289a075926704fae5bd8ef313bb5 (diff) | |
download | ffmpeg-streaming-525de9567903e32b6ee2dc594bd55c26581029dd.zip ffmpeg-streaming-525de9567903e32b6ee2dc594bd55c26581029dd.tar.gz |
lavc/qsv: add memory type message
Signed-off-by: Zhong Li <zhong.li@intel.com>
Diffstat (limited to 'libavcodec/qsv_internal.h')
-rw-r--r-- | libavcodec/qsv_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/qsv_internal.h b/libavcodec/qsv_internal.h index 6288513..8b44a9b 100644 --- a/libavcodec/qsv_internal.h +++ b/libavcodec/qsv_internal.h @@ -101,6 +101,9 @@ typedef struct QSVFramesContext { int nb_mids; } QSVFramesContext; +int ff_qsv_print_iopattern(void *log_ctx, int mfx_iopattern, + const char *extra_string); + /** * Convert a libmfx error code into an ffmpeg error code. */ |