summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorJuanjo <pulento@users.sourceforge.net>2002-02-09 16:59:56 +0000
committerJuanjo <pulento@users.sourceforge.net>2002-02-09 16:59:56 +0000
commit81401c1fbc79c3350e91ef15dd25b50afa9e5d4d (patch)
tree9ee7c4e78f6307aa90006d2f1b07a240ece70cdf /libavcodec/mpegvideo.h
parent3cb32e3d1fb6c058bf6b3ce45d5e758a4608c847 (diff)
- 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. Originally committed as revision 292 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 6cf4688d99..a12f198c26 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -201,8 +201,10 @@ typedef struct MpegEncContext {
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;