X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtpenc_latm.c;h=7535a0fd5f09f0d874168a06c4a394f260f33070;hb=ff96098084542c3ef98b360f70583999433d13a7;hp=501fa5d5d506b880952fe2dd1915c0d1cde80883;hpb=f6a8ce98a7bce601a7db4a8f2a615822dc8f71bd;p=ffmpeg diff --git a/libavformat/rtpenc_latm.c b/libavformat/rtpenc_latm.c index 501fa5d5d50..7535a0fd5f0 100644 --- a/libavformat/rtpenc_latm.c +++ b/libavformat/rtpenc_latm.c @@ -9,20 +9,21 @@ * 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, + * Libav 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 + * License along with Libav; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avformat.h" #include "rtpenc.h" -void ff_rtp_send_latm(AVFormatContext *s1, const uint8_t *buff, int size) { +void ff_rtp_send_latm(AVFormatContext *s1, const uint8_t *buff, int size) +{ /* MP4A-LATM * The RTP payload format specification is described in RFC 3016 * The encoding specifications are provided in ISO/IEC 14496-3 */