diff options
author | Howard Chu <hyc@highlandsun.com> | 2010-05-26 19:00:59 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-05-26 19:00:59 +0000 |
commit | 05e953193d6181deb6922b3d596b580d059c49c5 (patch) | |
tree | d120573493070193e7effe2e51572c7727d8fd6a /libavcodec/h264.h | |
parent | 35f7c39a5d2f417720fd8ed1e365114d7abffb5d (diff) | |
download | ffmpeg-05e953193d6181deb6922b3d596b580d059c49c5.tar.gz |
Factorize ff_h264_decode_extradata().
Patch by Howard Chu, hyc highlandsun com
Originally committed as revision 23340 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index c6563af35e..2f1dc95ba8 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -679,6 +679,7 @@ int ff_h264_check_intra_pred_mode(H264Context *h, int mode); void ff_h264_write_back_intra_pred_mode(H264Context *h); 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); |