X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fulti_cb.h;h=0bd83ffd370f9a78e8c3c6ff8000386e491e48d6;hb=dda20a6e2c0c3d7985a93c60f5897975549d53b0;hp=835910f6d7b102876c3db2945d8d7c2e0f4db6d1;hpb=c26ae41db21d6a7d5092b3cb51ce2e4866b076ae;p=ffmpeg diff --git a/libavcodec/ulti_cb.h b/libavcodec/ulti_cb.h index 835910f6d7b..0bd83ffd370 100644 --- a/libavcodec/ulti_cb.h +++ b/libavcodec/ulti_cb.h @@ -1,3 +1,27 @@ +/* + * IBM Ultimotion Video Decoder + * copyright (C) 2004 Konstantin Shishkov + * + * This file is part of Libav. + * + * 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. + * + * 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 Libav; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef AVCODEC_ULTI_CB_H +#define AVCODEC_ULTI_CB_H + static const unsigned char ulti_codebook[16384]={ 0x00, 0x01, 0x01, 0x02, 0x00, 0x01, 0x02, 0x03, @@ -4096,3 +4120,5 @@ static const unsigned char ulti_codebook[16384]={ 0x3C, 0x3D, 0x3E, 0x3F, 0x3D, 0x3E, 0x3E, 0x3F }; + +#endif /* AVCODEC_ULTI_CB_H */