mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-19 23:26:14 +08:00
avcodec/internal.h: Move avpriv_find_start_code() to startcode.h
This is by definition the appropriate place for it. Remove all the now unnecessary libavcodec/internal.h inclusions; also remove other unnecessary headers from the affected files. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "rawdec.h"
|
||||
|
||||
#include "libavutil/intreadwrite.h"
|
||||
#include "libavcodec/internal.h"
|
||||
#include "libavcodec/startcode.h"
|
||||
|
||||
#define SEQ_START_CODE 0x000001b3
|
||||
#define GOP_START_CODE 0x000001b8
|
||||
|
Reference in New Issue
Block a user