mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Add void to a function prototype that takes no arguments. Fixes a potential
compiler warning. Originally committed as revision 22803 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0e1f78f90b
commit
1da1e1933f
@ -140,7 +140,7 @@ struct RTPDynamicProtocolHandler_s {
|
||||
int st_index,
|
||||
PayloadContext *priv_data,
|
||||
const char *line); ///< Parse the a= line from the sdp field
|
||||
PayloadContext *(*open) (); ///< allocate any data needed by the rtp parsing for this dynamic data.
|
||||
PayloadContext *(*open) (void); ///< allocate any data needed by the rtp parsing for this dynamic data.
|
||||
void (*close)(PayloadContext *protocol_data); ///< free any data needed by the rtp parsing for this dynamic data.
|
||||
DynamicPayloadPacketHandlerProc parse_packet; ///< parse handler for this dynamic packet.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user