diff rtp_internal.h @ 2587:d751acab2622 libavformat

Allow to set the maximum number of frames per RTP packet (and add support for this in the AAC packetizer)
author lucabe
date Tue, 02 Oct 2007 14:48:08 +0000
parents 213268d7594e
children 792383dd085e
line wrap: on
line diff
--- a/rtp_internal.h	Mon Oct 01 22:11:10 2007 +0000
+++ b/rtp_internal.h	Tue Oct 02 14:48:08 2007 +0000
@@ -105,6 +105,7 @@
     /* dynamic payload stuff */
     DynamicPayloadPacketHandlerProc parse_packet;     ///< This is also copied from the dynamic protocol handler structure
     void *dynamic_protocol_context;        ///< This is a copy from the values setup from the sdp parsing, in rtsp.c don't free me.
+    int max_frames_per_packet;
 };
 
 extern RTPDynamicProtocolHandler *RTPFirstDynamicPayloadHandler;