diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-03-29 13:52:21 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-30 17:46:52 +0200 |
commit | 9ad80ef3db41a70a4c272f17216b6e09011368ea (patch) | |
tree | 13327d27adb2091309aa5d83ffa1cec2e8c96739 /libavcodec/h264.h | |
parent | afd8a3957bb682d4075a38d56f1f0596634ff72c (diff) | |
download | ffmpeg-9ad80ef3db41a70a4c272f17216b6e09011368ea.tar.gz |
h264: Make ff_h264_decode_end() static, it is not used externally.
Also drop the now unnecessary ff_ prefix from its name.
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 8680f5fdbd..99c46cc86a 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -663,7 +663,6 @@ void ff_h264_hl_decode_mb(H264Context *h); int ff_h264_frame_start(H264Context *h); int ff_h264_decode_extradata(H264Context *h); av_cold int ff_h264_decode_init(AVCodecContext *avctx); -av_cold int ff_h264_decode_end(AVCodecContext *avctx); av_cold void ff_h264_decode_init_vlc(void); /** |