X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fxiph.c;h=7c3c7100c69ff449d43ad0f10abb0f8c26b67e45;hb=dcc39ee10e82833ce24aa57926c00ffeb1948198;hp=6554264648912d80d5f6a7c02f1364d11a82c218;hpb=b189e6705ab47937248877a620be1a047d9741fe;p=ffmpeg diff --git a/libavcodec/xiph.c b/libavcodec/xiph.c index 65542646489..7c3c7100c69 100644 --- a/libavcodec/xiph.c +++ b/libavcodec/xiph.c @@ -1,26 +1,27 @@ /* - * Copyright (C) 2007 FFmpeg Project + * Copyright (C) 2007 Libav Project * - * This file is part of FFmpeg. + * This file is part of Libav. * - * FFmpeg is free software; you can redistribute it and/or + * Libav 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, + * 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 "libavutil/intreadwrite.h" #include "xiph.h" -int ff_split_xiph_headers(uint8_t *extradata, int extradata_size, +int avpriv_split_xiph_headers(uint8_t *extradata, int extradata_size, int first_header_size, uint8_t *header_start[3], int header_len[3]) {