diff options
author | Luca Abeni <lucabe72@email.it> | 2009-02-06 15:30:41 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2009-02-06 15:30:41 +0000 |
commit | 17a5894a23147e328ca3268bf00b068a9ee2c826 (patch) | |
tree | e40ecca9bd8f2add2a721476880803676afc5fbb /libavformat/rtpenc.h | |
parent | 271e6ddd4ac6f5d8e7a0bcf2fd72f61a3c005ef5 (diff) | |
download | ffmpeg-17a5894a23147e328ca3268bf00b068a9ee2c826.tar.gz |
Merge rtp_aac.h and rtp_mpv.h in rtpenc.h
Originally committed as revision 17020 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpenc.h')
-rw-r--r-- | libavformat/rtpenc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/rtpenc.h b/libavformat/rtpenc.h index d3d029fb93..c38180cbd5 100644 --- a/libavformat/rtpenc.h +++ b/libavformat/rtpenc.h @@ -57,5 +57,7 @@ typedef struct RTPMuxContext RTPMuxContext; void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m); void ff_rtp_send_h264(AVFormatContext *s1, const uint8_t *buf1, int size); +void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size); +void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size); #endif /* AVFORMAT_RTPENC_H */ |