mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/qsvenc: add missing header include
Needed for ff_encode_add_cpb_side_data().
Fixes regression since 0231df505d
.
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…
Reference in New Issue
Block a user