diff 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
line wrap: on
line diff
--- a/h264.h	Wed May 26 18:54:59 2010 +0000
+++ b/h264.h	Wed May 26 19:00:59 2010 +0000
@@ -679,6 +679,7 @@
 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);