diff 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
line wrap: on
line diff
--- a/mpegvideo.h	Sat Feb 09 01:25:06 2002 +0000
+++ b/mpegvideo.h	Sat Feb 09 16:59:56 2002 +0000
@@ -201,8 +201,10 @@
     int first_slice;
     
     /* RTP specific */
+    /* These are explained on avcodec.h */
     int rtp_mode;
     int rtp_payload_size;
+    void (*rtp_callback)(void *data, int size, int packet_number);
     UINT8 *ptr_lastgob;
     UINT8 *ptr_last_mb_line;
     UINT32 mb_line_avgsize;