X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264_direct.c;h=107c905db126c14fa95740b5845c30cce1b4ab16;hb=134233972e7961d9a41c67d27da505e459d5edfa;hp=e137ff9227793de99329f266ec2e54aaf34a2154;hpb=cdecb39fca81967ff9e021c776b3212b1870188e;p=ffmpeg diff --git a/libavcodec/h264_direct.c b/libavcodec/h264_direct.c index e137ff92277..107c905db12 100644 --- a/libavcodec/h264_direct.c +++ b/libavcodec/h264_direct.c @@ -27,7 +27,8 @@ #include "internal.h" #include "avcodec.h" -#include "h264.h" +#include "h264dec.h" +#include "h264_ps.h" #include "mpegutils.h" #include "rectangle.h" #include "thread.h"