comparison mpegvideo.h @ 1368:0fd38b711f06 libavcodec

AVCodec.flush() ff_draw_horiz_band() in coded order / cleanup
author michaelni
date Thu, 17 Jul 2003 12:29:07 +0000
parents 1f89adb69349
children da0b3a50d209
comparison
equal deleted inserted replaced
1367:b33c63b53cef 1368:0fd38b711f06
711 void ff_draw_horiz_band(MpegEncContext *s, int y, int h); 711 void ff_draw_horiz_band(MpegEncContext *s, int y, int h);
712 void ff_emulated_edge_mc(uint8_t *buf, uint8_t *src, int linesize, int block_w, int block_h, 712 void ff_emulated_edge_mc(uint8_t *buf, uint8_t *src, int linesize, int block_w, int block_h,
713 int src_x, int src_y, int w, int h); 713 int src_x, int src_y, int w, int h);
714 #define END_NOT_FOUND -100 714 #define END_NOT_FOUND -100
715 int ff_combine_frame( MpegEncContext *s, int next, uint8_t **buf, int *buf_size); 715 int ff_combine_frame( MpegEncContext *s, int next, uint8_t **buf, int *buf_size);
716 void ff_mpeg_flush(AVCodecContext *avctx);
716 void ff_print_debug_info(MpegEncContext *s, Picture *pict); 717 void ff_print_debug_info(MpegEncContext *s, Picture *pict);
717 718
718 void ff_er_frame_start(MpegEncContext *s); 719 void ff_er_frame_start(MpegEncContext *s);
719 void ff_er_frame_end(MpegEncContext *s); 720 void ff_er_frame_end(MpegEncContext *s);
720 void ff_er_add_slice(MpegEncContext *s, int startx, int starty, int endx, int endy, int status); 721 void ff_er_add_slice(MpegEncContext *s, int startx, int starty, int endx, int endy, int status);