diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-03-29 04:09:14 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-04-24 10:06:24 +0200 |
commit | 98c97994c5b90bdae02accb155eeceeb5224b8ef (patch) | |
tree | 6b1d8f2e9e22048be95d2dc6d1072b8d533e95d2 /libavcodec/h264.h | |
parent | 728d90a0c1973661a9e73da697bf4f90c9d19577 (diff) | |
download | ffmpeg-98c97994c5b90bdae02accb155eeceeb5224b8ef.tar.gz |
h264: decouple extradata parsing from the decoder
This will allow decoupling the parser from the decoder.
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 a7e926b93e..4590bdb5de 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -706,7 +706,6 @@ int ff_h264_decode_ref_pic_marking(H264Context *h, GetBitContext *gb, int ff_generate_sliding_window_mmcos(H264Context *h, int first_slice); void ff_h264_hl_decode_mb(const H264Context *h, H264SliceContext *sl); -int ff_h264_decode_extradata(H264Context *h); int ff_h264_decode_init(AVCodecContext *avctx); void ff_h264_decode_init_vlc(void); |