From d0deedcb07adf60f23fa54d0ed7dcf7ca29ea833 Mon Sep 17 00:00:00 2001 From: Ryan Martell Date: Sun, 29 Oct 2006 10:58:51 +0000 Subject: 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 Originally committed as revision 6831 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtp_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rtp_internal.h') diff --git a/libavformat/rtp_internal.h b/libavformat/rtp_internal.h index 3930966ad8..953051156b 100644 --- a/libavformat/rtp_internal.h +++ b/libavformat/rtp_internal.h @@ -25,7 +25,7 @@ typedef int (*DynamicPayloadPacketHandlerProc) (struct RTPDemuxContext * s, AVPacket * pkt, - uint32_t timestamp, + uint32_t *timestamp, const uint8_t * buf, int len); -- cgit v1.2.3