summaryrefslogtreecommitdiff
path: root/libavcodec/h264_sei.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264_sei.c')
-rw-r--r--libavcodec/h264_sei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c
index 7eef3ee962..4bf001ae07 100644
--- a/libavcodec/h264_sei.c
+++ b/libavcodec/h264_sei.c
@@ -27,7 +27,7 @@
#include "avcodec.h"
#include "get_bits.h"
-#include "golomb.h"
+#include "golomb_legacy.h"
#include "h264_ps.h"
#include "h264_sei.h"
#include "internal.h"