Browse Source

Doxygenize the unaltered comments for the rtp_payload_data_s struct.

Originally committed as revision 8248 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Panagiotis Issaris 19 years ago
parent
commit
01f132a126
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/rtp.h

+ 1
- 1
libavformat/rtp.h View File

@@ -61,7 +61,7 @@ extern URLProtocol rtp_protocol;
#define RTCP_TX_RATIO_NUM 5
#define RTCP_TX_RATIO_DEN 1000

/* Structure listing useful vars to parse RTP packet payload*/
/** Structure listing useful vars to parse RTP packet payload*/
typedef struct rtp_payload_data_s
{
int sizelength;


Loading…
Cancel
Save