aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.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.h
parent34ec084b84817ca0b00544ca8e1029e6073c1e51 (diff)
parent72da8d9bb24d1b1bf74c2f1108650c0da0054d2e (diff)
downloadffmpeg-0ed14bba12328cc8d85ef4aaf6916f15528830b5.tar.gz
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.h')
-rw-r--r--libavcodec/h264.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index bd4b865fe0..1cb4cd679c 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -708,11 +708,6 @@ int ff_h264_decode_seq_parameter_set(GetBitContext *gb, AVCodecContext *avctx,
H264ParamSets *ps, int ignore_truncation);
/**
- * compute profile from sps
- */
-int ff_h264_get_profile(const SPS *sps);
-
-/**
* Decode PPS
*/
int ff_h264_decode_picture_parameter_set(GetBitContext *gb, AVCodecContext *avctx,