Commit 80c9237b authored by Aman Gupta's avatar Aman Gupta

avcodec/v4l2_m2m_dec: fix compile

internal.h header required for FF_CODEC_CAP_SETS_PKT_DTS
Signed-off-by: 's avatarAman Gupta <aman@tmm1.net>
parent 584ac1ad
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment