mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:21:11 +01: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:
parent
27f22f3383
commit
70a90fb73e
21 changed files with 24 additions and 37 deletions
|
|
@ -48,12 +48,10 @@
|
|||
#include "libavutil/mastering_display_metadata.h"
|
||||
#include "libavutil/pixdesc.h"
|
||||
#include "libavutil/time_internal.h"
|
||||
#include "libavcodec/bytestream.h"
|
||||
#include "libavcodec/dv_profile.h"
|
||||
#include "libavcodec/h264_ps.h"
|
||||
#include "libavcodec/golomb.h"
|
||||
#include "libavcodec/internal.h"
|
||||
#include "libavcodec/h264.h"
|
||||
#include "libavcodec/packet_internal.h"
|
||||
#include "libavcodec/startcode.h"
|
||||
#include "avformat.h"
|
||||
#include "avio_internal.h"
|
||||
#include "internal.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue