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.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libavcodec/h264.h') diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 4590bdb5de..ac6074bcf1 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -663,11 +663,6 @@ extern const uint16_t ff_h264_mb_sizes[4]; 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 */ -- cgit v1.2.3