From 72da8d9bb24d1b1bf74c2f1108650c0da0054d2e Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 29 Mar 2016 04:19:50 +0200 Subject: h264_parser: remove the remaining dependencies on the h264 decoder --- libavcodec/h264_parse.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavcodec/h264_parse.h') diff --git a/libavcodec/h264_parse.h b/libavcodec/h264_parse.h index 617ee4e940..e956790a79 100644 --- a/libavcodec/h264_parse.h +++ b/libavcodec/h264_parse.h @@ -87,4 +87,9 @@ int ff_h264_decode_extradata(const uint8_t *data, int size, struct H264ParamSets int *is_avc, int *nal_length_size, int err_recognition, void *logctx); +/** + * compute profile from sps + */ +int ff_h264_get_profile(const struct SPS *sps); + #endif /* AVCODEC_H264_PARSE_H */ -- cgit v1.2.3