comparison 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
comparison
equal deleted inserted replaced
10857:b20434143fd5 10858:31645cf81fcb
615 void ff_h264_pred_direct_motion(H264Context * const h, int *mb_type); 615 void ff_h264_pred_direct_motion(H264Context * const h, int *mb_type);
616 616
617 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); 617 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);
618 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); 618 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);
619 619
620 /**
621 * Reset SEI values at the beginning of the frame.
622 *
623 * @param h H.264 context.
624 */
625 void ff_h264_reset_sei(H264Context *h);
626
627
620 /* 628 /*
621 o-o o-o 629 o-o o-o
622 / / / 630 / / /
623 o-o o-o 631 o-o o-o
624 ,---' 632 ,---'