comparison mpegvideo.h @ 231:840cd25bf259 libavcodec

- Fixes on RTP and GOB headers for H.263. - RTP callback system implemented for H.263/H.263+. - Bug fix on DC coefficients of H.263. - H.263 decoder now returns PTS on picture number.
author pulento
date Sat, 09 Feb 2002 16:59:56 +0000
parents f418b5c5ff67
children b640ec5948b0
comparison
equal deleted inserted replaced
230:ba9cd6fb6f0e 231:840cd25bf259
199 int interlaced_dct; 199 int interlaced_dct;
200 int last_qscale; 200 int last_qscale;
201 int first_slice; 201 int first_slice;
202 202
203 /* RTP specific */ 203 /* RTP specific */
204 /* These are explained on avcodec.h */
204 int rtp_mode; 205 int rtp_mode;
205 int rtp_payload_size; 206 int rtp_payload_size;
207 void (*rtp_callback)(void *data, int size, int packet_number);
206 UINT8 *ptr_lastgob; 208 UINT8 *ptr_lastgob;
207 UINT8 *ptr_last_mb_line; 209 UINT8 *ptr_last_mb_line;
208 UINT32 mb_line_avgsize; 210 UINT32 mb_line_avgsize;
209 211
210 DCTELEM block[6][64] __align8; 212 DCTELEM block[6][64] __align8;