diff options
author | Yusuke Nakamura <muken.the.vfrmaniac@gmail.com> | 2013-05-15 07:37:36 +0900 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-05-24 08:45:05 +0200 |
commit | 3f1a7ceb2c604deff10f475f4b1941458d09d1e7 (patch) | |
tree | aae4c88e9e0e35b5be21732f963ed5712c2000a0 /libavcodec/h264.h | |
parent | b493847df4ff8ce46f258749e4a3f304696b34c1 (diff) | |
download | ffmpeg-3f1a7ceb2c604deff10f475f4b1941458d09d1e7.tar.gz |
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.h | 1 |
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 */ |