mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-27 09:43:34 +00:00
avcodec/v4l2_m2m_dec: fix compile
internal.h header required for FF_CODEC_CAP_SETS_PKT_DTS Signed-off-by: Aman Gupta <aman@tmm1.net>
This commit is contained in:
parent
584ac1ad0b
commit
80c9237b2f
@ -28,6 +28,7 @@
|
||||
#include "libavutil/opt.h"
|
||||
#include "libavcodec/avcodec.h"
|
||||
#include "libavcodec/decode.h"
|
||||
#include "libavcodec/internal.h"
|
||||
|
||||
#include "v4l2_context.h"
|
||||
#include "v4l2_m2m.h"
|
||||
|
Loading…
Reference in New Issue
Block a user