diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-09 20:21:17 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-21 10:19:54 +0100 |
commit | 25408b2a0660c1e6c8555559c4ed71dff2ede31e (patch) | |
tree | 24543b24ab0e959e25674af9ddd3451dd4857059 /libavcodec/h264.h | |
parent | 1c4073efd24164ac6eaa52c544f5cdb0e5f6aee5 (diff) | |
download | ffmpeg-25408b2a0660c1e6c8555559c4ed71dff2ede31e.tar.gz |
h264: make ff_h264_frame_start static.
It is not called from outside h264.c
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 e33f37e359..3482d897aa 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -709,7 +709,6 @@ int ff_h264_check_intra4x4_pred_mode(H264Context *h); int ff_h264_check_intra_pred_mode(H264Context *h, int mode, int is_chroma); void ff_h264_hl_decode_mb(H264Context *h); -int ff_h264_frame_start(H264Context *h); int ff_h264_decode_extradata(H264Context *h); int ff_h264_decode_init(AVCodecContext *avctx); void ff_h264_decode_init_vlc(void); |