lavc/h264data.h: stop including h264dec.h

This header does not need anything from there.
This commit is contained in:
Anton Khirnov 2022-01-24 18:00:09 +01:00 committed by Andreas Rheinhardt
parent d552f2535b
commit e1027aba68
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include <stdint.h>
#include "h264dec.h"
#include "h264.h"
extern const uint8_t ff_h264_golomb_to_pict_type[5];
extern const uint8_t ff_h264_golomb_to_intra4x4_cbp[48];