diff rtp_internal.h @ 1431:2d8a17631520 libavformat

fix more dynamic protocol stuff, needed by the forthcoming h264 streaming patch. (Minor additions to give more information to the dynamic protocol handlers, and a slight rearrangement of code.) Patch by Ryan Martell %rdm4 A martellventures P com% Original thread: Date: Oct 29, 2006 2:30 AM Subject: Re: [Ffmpeg-devel] RTP patches & RFC
author gpoirier
date Sun, 29 Oct 2006 10:58:51 +0000
parents 00d9393a126f
children db97355877b1
line wrap: on
line diff
--- a/rtp_internal.h	Sat Oct 28 18:39:16 2006 +0000
+++ b/rtp_internal.h	Sun Oct 29 10:58:51 2006 +0000
@@ -25,7 +25,7 @@
 
 typedef int (*DynamicPayloadPacketHandlerProc) (struct RTPDemuxContext * s,
                                                 AVPacket * pkt,
-                                                uint32_t timestamp,
+                                                uint32_t *timestamp,
                                                 const uint8_t * buf,
                                                 int len);