projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97e6ee2
)
Remove prototype for non-existent function
author
Luca Abeni
<lucabe72@email.it>
Fri, 26 Oct 2007 11:36:11 +0000
(11:36 +0000)
committer
Luca Abeni
<lucabe72@email.it>
Fri, 26 Oct 2007 11:36:11 +0000
(11:36 +0000)
Originally committed as revision 10862 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtp.h
patch
|
blob
|
history
diff --git
a/libavformat/rtp.h
b/libavformat/rtp.h
index 38db56e763e9e8751d2072c600c2f027dfd2b0ab..4f6251bf34404790d68232713cadc6f622be8253 100644
(file)
--- a/
libavformat/rtp.h
+++ b/
libavformat/rtp.h
@@
-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 */