diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-01-12 18:54:40 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-01-12 18:54:40 +0000 |
commit | 9c09546352ceec4ca1ec0f023861bcb5195de8a1 (patch) | |
tree | 4a83e4cec2c62dc06f4251b22ac95bb4021cc8fe /libavcodec/h264.h | |
parent | 2edabfdfdb8e81c0c0e630cc5a5b1ba39854cced (diff) | |
download | ffmpeg-9c09546352ceec4ca1ec0f023861bcb5195de8a1.tar.gz |
Split SEI code off h264.c.
Originally committed as revision 21168 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 93259eca1a..6e57131617 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -617,6 +617,14 @@ void ff_h264_pred_direct_motion(H264Context * const h, int *mb_type); void ff_h264_filter_mb_fast( H264Context *h, int mb_x, int mb_y, uint8_t *img_y, uint8_t *img_cb, uint8_t *img_cr, unsigned int linesize, unsigned int uvlinesize); void ff_h264_filter_mb( H264Context *h, int mb_x, int mb_y, uint8_t *img_y, uint8_t *img_cb, uint8_t *img_cr, unsigned int linesize, unsigned int uvlinesize); +/** + * Reset SEI values at the beginning of the frame. + * + * @param h H.264 context. + */ +void ff_h264_reset_sei(H264Context *h); + + /* o-o o-o / / / |