comparison h264.h @ 11777:82a880c86afd libavcodec

Factorize ff_h264_decode_extradata(). Patch by Howard Chu, hyc highlandsun com
author cehoyos
date Wed, 26 May 2010 19:00:59 +0000
parents 7dd2a45249a9
children f918fb753b31
comparison
equal deleted inserted replaced
11776:906fdc96cdf4 11777:82a880c86afd
677 int ff_h264_check_intra_pred_mode(H264Context *h, int mode); 677 int ff_h264_check_intra_pred_mode(H264Context *h, int mode);
678 678
679 void ff_h264_write_back_intra_pred_mode(H264Context *h); 679 void ff_h264_write_back_intra_pred_mode(H264Context *h);
680 void ff_h264_hl_decode_mb(H264Context *h); 680 void ff_h264_hl_decode_mb(H264Context *h);
681 int ff_h264_frame_start(H264Context *h); 681 int ff_h264_frame_start(H264Context *h);
682 int ff_h264_decode_extradata(H264Context *h);
682 av_cold int ff_h264_decode_init(AVCodecContext *avctx); 683 av_cold int ff_h264_decode_init(AVCodecContext *avctx);
683 av_cold int ff_h264_decode_end(AVCodecContext *avctx); 684 av_cold int ff_h264_decode_end(AVCodecContext *avctx);
684 av_cold void ff_h264_decode_init_vlc(void); 685 av_cold void ff_h264_decode_init_vlc(void);
685 686
686 /** 687 /**