mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
avcodec/qsvenc: add missing header include
Needed for ff_encode_add_cpb_side_data(). Fixes regression since 0231df505dc70ac435f2b437d1995ebabd70a66a. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
1652f2492f
commit
3a5be28857
@ -35,6 +35,7 @@
|
||||
#include "libavutil/imgutils.h"
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "encode.h"
|
||||
#include "internal.h"
|
||||
#include "packet_internal.h"
|
||||
#include "qsv.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user