X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmp3_header_decompress_bsf.c;h=3f3074286ae6393f16137e292b581f6995fa7d4d;hb=124a16f678ddcffe8f1825efb29a6e8da1d580ac;hp=d897ed985268a2eb9eaa0b61ad01ce1d137084f9;hpb=755bfeabccbba9ae1b565b11d645b8e4fe139fa8;p=ffmpeg diff --git a/libavcodec/mp3_header_decompress_bsf.c b/libavcodec/mp3_header_decompress_bsf.c index d897ed98526..3f3074286ae 100644 --- a/libavcodec/mp3_header_decompress_bsf.c +++ b/libavcodec/mp3_header_decompress_bsf.c @@ -1,25 +1,26 @@ /* * copyright (c) 2006 Michael Niedermayer * - * 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 "avcodec.h" -#include "mpegaudio.h" +#include "mpegaudiodecheader.h" #include "mpegaudiodata.h" @@ -89,7 +90,7 @@ static int mp3_header_decompress(AVBitStreamFilterContext *bsfc, AVCodecContext return 1; } -AVBitStreamFilter mp3_header_decompress_bsf={ +AVBitStreamFilter ff_mp3_header_decompress_bsf={ "mp3decomp", 0, mp3_header_decompress,