summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorYusuke Nakamura <muken.the.vfrmaniac@gmail.com>2013-05-15 07:37:36 +0900
committerAnton Khirnov <anton@khirnov.net>2013-05-24 08:45:05 +0200
commit3f1a7ceb2c604deff10f475f4b1941458d09d1e7 (patch)
treeaae4c88e9e0e35b5be21732f963ed5712c2000a0 /libavcodec/h264.h
parentb493847df4ff8ce46f258749e4a3f304696b34c1 (diff)
h264_parser: Set field_order and picture_structure.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h1
1 files changed, 1 insertions, 0 deletions
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 */