summaryrefslogtreecommitdiff
path: root/libavcodec/h264_parse.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-24 19:39:31 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-26 15:30:54 +0100
commitb2421c4f26aca9b31055aff51ee442b220ebf2a7 (patch)
tree97e504c92d30c5256b860222c19fe780aa391eb3 /libavcodec/h264_parse.h
parentc3ff71680805267bc8f3fff86c1cf917f810c0d9 (diff)
avcodec/h264_parse: Move ff_h264_get_profile() to h264_ps.h
It is a more fitting place for it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/h264_parse.h')
-rw-r--r--libavcodec/h264_parse.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/h264_parse.h b/libavcodec/h264_parse.h
index 201d983952..4ee863df66 100644
--- a/libavcodec/h264_parse.h
+++ b/libavcodec/h264_parse.h
@@ -124,11 +124,6 @@ int ff_h264_decode_extradata(const uint8_t *data, int size, H264ParamSets *ps,
int *is_avc, int *nal_length_size,
int err_recognition, void *logctx);
-/**
- * compute profile from sps
- */
-int ff_h264_get_profile(const SPS *sps);
-
static av_always_inline uint32_t pack16to32(unsigned a, unsigned b)
{
#if HAVE_BIGENDIAN