Browse Source

Remove prototype for non-existent function

Originally committed as revision 10862 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Luca Abeni 18 years ago
parent
commit
a385446f40
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/rtp.h

+ 0
- 1
libavformat/rtp.h View File

@@ -27,7 +27,6 @@
#define RTP_MIN_PACKET_LENGTH 12
#define RTP_MAX_PACKET_LENGTH 1500 /* XXX: suppress this define */

int rtp_init(void);
int rtp_get_codec_info(AVCodecContext *codec, int payload_type);

/** return < 0 if unknown payload type */


Loading…
Cancel
Save