diff options
Diffstat (limited to 'libavcodec/h264_parser.c')
-rw-r--r-- | libavcodec/h264_parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c index a16229a25e..795a2339a3 100644 --- a/libavcodec/h264_parser.c +++ b/libavcodec/h264_parser.c @@ -30,6 +30,7 @@ #include "h264data.h" #include "golomb.h" #include "internal.h" +#include "mpegutils.h" #include <assert.h> |