mediacodecdec: fix build by including hwaccel.h

Enables the decoder to utilize the type AVCodecHWConfigInternal.
pull/272/head
Jan Ekström 7 years ago
parent 9bed17cd0f
commit 6939b3cb9d
  1. 1
      libavcodec/mediacodecdec.c

@ -33,6 +33,7 @@
#include "avcodec.h"
#include "h264_parse.h"
#include "hevc_parse.h"
#include "hwaccel.h"
#include "internal.h"
#include "mediacodec_wrapper.h"
#include "mediacodecdec_common.h"

Loading…
Cancel
Save