X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fa64colors.h;h=d977426fc04f21b07de5ef29e90370a5eeb44e08;hb=404e51478ecad060249d5b9bee6ab39a8a9d8c1c;hp=5928c8d4537a48c371f1e73f60939b323e8551d6;hpb=bb07ab7cf22e7bf0717264f9e7b15dfb6d67e391;p=ffmpeg diff --git a/libavcodec/a64colors.h b/libavcodec/a64colors.h index 5928c8d4537..d977426fc04 100644 --- a/libavcodec/a64colors.h +++ b/libavcodec/a64colors.h @@ -1,21 +1,21 @@ /* - * a64 video encoder - tables used by 64enc + * a64 video encoder - c64 colors in rgb (Pepto) * Copyright (c) 2009 Tobias Bindhammer * - * 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 */ @@ -27,6 +27,8 @@ #ifndef AVCODEC_A64COLORS_H #define AVCODEC_A64COLORS_H +#include + /* c64 palette in RGB */ static const uint8_t a64_palette[16][3] = { {0x00, 0x00, 0x00},