diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-04 15:43:14 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-08 06:22:14 +0100 |
commit | 70a90fb73e43d8c2d7f09ce6df3a861e65ac6b62 (patch) | |
tree | 7a3b78bc692e32ffa89f567ef50e4f0f1182b7e6 /libavformat/rtpenc_mpv.c | |
parent | 27f22f33834c521a153842fcc0f614360901f2b7 (diff) | |
download | ffmpeg-70a90fb73e43d8c2d7f09ce6df3a861e65ac6b62.tar.gz |
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>
Diffstat (limited to 'libavformat/rtpenc_mpv.c')
-rw-r--r-- | libavformat/rtpenc_mpv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtpenc_mpv.c b/libavformat/rtpenc_mpv.c index 4b45f51772..c18c75082f 100644 --- a/libavformat/rtpenc_mpv.c +++ b/libavformat/rtpenc_mpv.c @@ -20,7 +20,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavcodec/internal.h" +#include "libavcodec/startcode.h" #include "avformat.h" #include "rtpenc.h" |