summaryrefslogtreecommitdiff
path: root/libavcodec/h264_parse.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-06-19 12:43:21 +0200
committerClément Bœsch <u@pkh.me>2016-06-19 12:50:24 +0200
commit0ed14bba12328cc8d85ef4aaf6916f15528830b5 (patch)
tree1c8cb1dfde91cbeb259bb6fac6a9e267acd7c820 /libavcodec/h264_parse.h
parent34ec084b84817ca0b00544ca8e1029e6073c1e51 (diff)
parent72da8d9bb24d1b1bf74c2f1108650c0da0054d2e (diff)
Merge commit '72da8d9bb24d1b1bf74c2f1108650c0da0054d2e'
* commit '72da8d9bb24d1b1bf74c2f1108650c0da0054d2e': h264_parser: remove the remaining dependencies on the h264 decoder Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavcodec/h264_parse.h')
-rw-r--r--libavcodec/h264_parse.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/h264_parse.h b/libavcodec/h264_parse.h
index 5ff3dc30a6..4fdba54543 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 */