comparison mpegvideo.h @ 1586:3d1d0490e5a6 libavcodec

pts fix and related fixes
author michael
date Thu, 30 Oct 2003 16:58:49 +0000
parents 628bf341e099
children 4c9165372ab3
comparison
equal deleted inserted replaced
1585:6b224ca24033 1586:3d1d0490e5a6
716 #define END_NOT_FOUND -100 716 #define END_NOT_FOUND -100
717 int ff_combine_frame( MpegEncContext *s, int next, uint8_t **buf, int *buf_size); 717 int ff_combine_frame( MpegEncContext *s, int next, uint8_t **buf, int *buf_size);
718 void ff_mpeg_flush(AVCodecContext *avctx); 718 void ff_mpeg_flush(AVCodecContext *avctx);
719 void ff_print_debug_info(MpegEncContext *s, Picture *pict); 719 void ff_print_debug_info(MpegEncContext *s, Picture *pict);
720 void ff_write_quant_matrix(PutBitContext *pb, int16_t *matrix); 720 void ff_write_quant_matrix(PutBitContext *pb, int16_t *matrix);
721 int ff_find_unused_picture(MpegEncContext *s, int shared);
721 722
722 void ff_er_frame_start(MpegEncContext *s); 723 void ff_er_frame_start(MpegEncContext *s);
723 void ff_er_frame_end(MpegEncContext *s); 724 void ff_er_frame_end(MpegEncContext *s);
724 void ff_er_add_slice(MpegEncContext *s, int startx, int starty, int endx, int endy, int status); 725 void ff_er_add_slice(MpegEncContext *s, int startx, int starty, int endx, int endy, int status);
725 726