diff avcodec.h @ 2025:591233f22963 libavcodec

rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot be>)
author michael
date Tue, 18 May 2004 17:23:49 +0000
parents f65d87bfdd5a
children b7f43fc816db
line wrap: on
line diff
--- a/avcodec.h	Tue May 18 17:09:46 2004 +0000
+++ b/avcodec.h	Tue May 18 17:23:49 2004 +0000
@@ -17,7 +17,7 @@
 
 #define FFMPEG_VERSION_INT     0x000408
 #define FFMPEG_VERSION         "0.4.8"
-#define LIBAVCODEC_BUILD       4713
+#define LIBAVCODEC_BUILD       4714
 
 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT
 #define LIBAVCODEC_VERSION     FFMPEG_VERSION
@@ -792,7 +792,7 @@
     /* every time the encoder as a packet to send */
     /* Depends on the encoder if the data starts  */
     /* with a Start Code (it should) H.263 does   */
-    void (*rtp_callback)(void *data, int size, int packet_number); 
+    void (*rtp_callback)(struct AVCodecContext *avctx, void *data, int size, int packet_number); 
 
     /* statistics, used for 2-pass encoding */
     int mv_bits;