[Ffmpeg-cvslog] r8233 - in trunk/libavformat: rtp.c rtp.h
takis
subversion
Mon Mar 5 00:27:59 CET 2007
Author: takis
Date: Mon Mar 5 00:27:59 2007
New Revision: 8233
Modified:
trunk/libavformat/rtp.c
trunk/libavformat/rtp.h
Log:
Move rtp_get_payload_type()'s unaltered comments to the header file.
Modified: trunk/libavformat/rtp.c
==============================================================================
--- trunk/libavformat/rtp.c (original)
+++ trunk/libavformat/rtp.c Mon Mar 5 00:27:59 2007
@@ -207,7 +207,6 @@ int rtp_get_codec_info(AVCodecContext *c
return -1;
}
-/* return < 0 if unknown payload type */
int rtp_get_payload_type(AVCodecContext *codec)
{
int i, payload_type;
Modified: trunk/libavformat/rtp.h
==============================================================================
--- trunk/libavformat/rtp.h (original)
+++ trunk/libavformat/rtp.h Mon Mar 5 00:27:59 2007
@@ -26,6 +26,8 @@
int rtp_init(void);
int rtp_get_codec_info(AVCodecContext *codec, int payload_type);
+
+/* return < 0 if unknown payload type */
int rtp_get_payload_type(AVCodecContext *codec);
typedef struct RTPDemuxContext RTPDemuxContext;
More information about the ffmpeg-cvslog
mailing list