diff h264.h @ 10858:31645cf81fcb libavcodec

Split SEI code off h264.c.
author michael
date Tue, 12 Jan 2010 18:54:40 +0000
parents b20434143fd5
children 762e6bb0ba40
line wrap: on
line diff
--- a/h264.h	Tue Jan 12 14:32:58 2010 +0000
+++ b/h264.h	Tue Jan 12 18:54:40 2010 +0000
@@ -617,6 +617,14 @@
 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
  / / /