summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-03-29 04:19:50 +0200
committerAnton Khirnov <anton@khirnov.net>2016-04-24 10:06:24 +0200
commit72da8d9bb24d1b1bf74c2f1108650c0da0054d2e (patch)
tree2b243809f09e89bbd60dfed84176778d7f66ba36 /libavcodec/h264.h
parent98c97994c5b90bdae02accb155eeceeb5224b8ef (diff)
h264_parser: remove the remaining dependencies on the h264 decoder
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 4590bdb5de..ac6074bcf1 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -664,11 +664,6 @@ int ff_h264_decode_seq_parameter_set(GetBitContext *gb, AVCodecContext *avctx,
H264ParamSets *ps);
/**
- * 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,