X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fasfcrypt.h;h=53388b426e84fd6e21da5aada387a925fa20b2eb;hb=b43b95f4789b6e60f9684918fd3c0a5f3f18aef6;hp=4b82ae50a6267b8a97b3d1b45a61b9065a661c69;hpb=f9cdbfa271cbaf9421bbd814ef1b1f45492f299b;p=ffmpeg diff --git a/libavformat/asfcrypt.h b/libavformat/asfcrypt.h index 4b82ae50a62..53388b426e8 100644 --- a/libavformat/asfcrypt.h +++ b/libavformat/asfcrypt.h @@ -2,26 +2,28 @@ * ASF decryption * Copyright (c) 2007 Reimar Doeffinger * - * 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 */ -#ifndef FFMPEG_ASFCRYPT_H -#define FFMPEG_ASFCRYPT_H +#ifndef AVFORMAT_ASFCRYPT_H +#define AVFORMAT_ASFCRYPT_H + +#include void ff_asfcrypt_dec(const uint8_t key[20], uint8_t *data, int len); -#endif /* FFMPEG_ASFCRYPT_H */ +#endif /* AVFORMAT_ASFCRYPT_H */