diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-03-04 23:27:59 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-03-04 23:27:59 +0000 |
commit | 1dd7345abc8a9e6f225a8400ee3716c0cf2a71c5 (patch) | |
tree | 176261a759b1b7f79a1812178d3f0e3601313955 /libavformat/rtp.c | |
parent | 395722ba677df7073e1d98f46637990497e7c8db (diff) | |
download | ffmpeg-1dd7345abc8a9e6f225a8400ee3716c0cf2a71c5.tar.gz |
Move rtp_get_payload_type()'s unaltered comments to the header file.
Originally committed as revision 8233 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtp.c')
-rw-r--r-- | libavformat/rtp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rtp.c b/libavformat/rtp.c index 919a4b59e0..e2ad11f5a7 100644 --- a/libavformat/rtp.c +++ b/libavformat/rtp.c @@ -207,7 +207,6 @@ int rtp_get_codec_info(AVCodecContext *codec, int payload_type) return -1; } -/* return < 0 if unknown payload type */ int rtp_get_payload_type(AVCodecContext *codec) { int i, payload_type; |