X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264_parser.c;h=ea0ab98034e7563554d8f305123761568ee7064e;hb=9517900bef528527d8507da5a1992f99513d71b4;hp=443287176307cd6ebf052885523a35d1166a2959;hpb=267c5723e08e04346e447b1e58cf81c80b13f799;p=ffmpeg diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c index 44328717630..ea0ab98034e 100644 --- a/libavcodec/h264_parser.c +++ b/libavcodec/h264_parser.c @@ -32,6 +32,7 @@ #include "h264data.h" #include "golomb.h" #include "internal.h" +#include "mpegutils.h" static int h264_find_frame_end(H264Context *h, const uint8_t *buf,