Mercurial > libavformat.hg
changeset 1856:99d50be70d9a libavformat
Move rtp_get_payload_type()'s unaltered comments to the header file.
author | takis |
---|---|
date | Sun, 04 Mar 2007 23:27:59 +0000 |
parents | 908630dcc162 |
children | 17893fe08372 |
files | rtp.c rtp.h |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rtp.c Sun Mar 04 22:41:06 2007 +0000 +++ b/rtp.c Sun Mar 04 23:27:59 2007 +0000 @@ -207,7 +207,6 @@ return -1; } -/* return < 0 if unknown payload type */ int rtp_get_payload_type(AVCodecContext *codec) { int i, payload_type;
--- a/rtp.h Sun Mar 04 22:41:06 2007 +0000 +++ b/rtp.h Sun Mar 04 23:27:59 2007 +0000 @@ -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;