view rtp_aac.h @ 2615:cda2c3b0a4e6 libavformat

Fix streaming to XBox360. Patch by Patric Stout, patric T liefdeis O com Original thread: Subject: asf-format doesn't work as stream for XBox360 Date: 2007-10-14
author cehoyos
date Mon, 15 Oct 2007 23:55:14 +0000
parents e9c34ec665c6
children 792383dd085e
line wrap: on
line source

/*
 * RTP definitions
 *
 * This file is part of FFmpeg.
 *
 * FFmpeg is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * FFmpeg is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with FFmpeg; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 */
#ifndef RTP_AAC_H
#define RTP_AAC_H

void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size);

#endif /* RTP_AAC_H */