]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264_ps.c
vaapi_h265: Convert to use coded bitstream infrastructure
[ffmpeg] / libavcodec / h264_ps.c
index 7ee3876c8bdad8b875f7475e23975098312e289e..b3a0e8a7ed4fe476293af7e16b792a3b71e998aa 100644 (file)
 #include <inttypes.h>
 
 #include "libavutil/imgutils.h"
+
+#include "golomb_legacy.h"
 #include "internal.h"
 #include "mathops.h"
 #include "avcodec.h"
 #include "h264data.h"
 #include "h264_ps.h"
-#include "golomb.h"
 
 #define MAX_LOG2_MAX_FRAME_NUM    (12 + 4)
 #define MIN_LOG2_MAX_FRAME_NUM    4