From 3f1a7ceb2c604deff10f475f4b1941458d09d1e7 Mon Sep 17 00:00:00 2001 From: Yusuke Nakamura Date: Wed, 15 May 2013 07:37:36 +0900 Subject: h264_parser: Set field_order and picture_structure. Signed-off-by: Anton Khirnov --- libavcodec/h264.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h264.h') diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 484c9d3cfc..3ef8420ef6 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -949,5 +949,6 @@ static av_always_inline int get_dct8x8_allowed(H264Context *h) } void ff_h264_draw_horiz_band(H264Context *h, int y, int height); +int ff_init_poc(H264Context *h, int pic_field_poc[2], int *pic_poc); #endif /* AVCODEC_H264_H */ -- cgit v1.2.3