Revision 5b21bdab libavformat/rtp_aac.h
libavformat/rtp_aac.h | ||
---|---|---|
17 | 17 |
* License along with FFmpeg; if not, write to the Free Software |
18 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
19 | 19 |
*/ |
20 |
#ifndef RTP_AAC_H |
|
21 |
#define RTP_AAC_H |
|
20 |
#ifndef FFMPEG_RTP_AAC_H
|
|
21 |
#define FFMPEG_RTP_AAC_H
|
|
22 | 22 |
|
23 | 23 |
void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size); |
24 | 24 |
|
25 |
#endif /* RTP_AAC_H */ |
|
25 |
#endif /* FFMPEG_RTP_AAC_H */ |
Also available in: Unified diff