comparison libvo/jpeg_enc.h @ 7902:c9d1054aa359

sync with libavcodec for unaccellerated dcts (sorry Felix, LIBAVCODEC_BUILD did not change, so also no backwards compatibility this time), and a long overdue copyright update
author rik
date Thu, 24 Oct 2002 21:27:50 +0000
parents 49f2bc22f880
children cea0eb833758
comparison
equal deleted inserted replaced
7901:80e1aa85bac4 7902:c9d1054aa359
1 /* Straightforward (to be) optimized JPEG encoder for the YUV422 format 1 /* Straightforward (to be) optimized JPEG encoder for the YUV422 format
2 * based on mjpeg code from ffmpeg. 2 * based on mjpeg code from ffmpeg.
3 * 3 *
4 * Copyright (c) 2002, Rik Snel 4 * Copyright (c) 2002, Rik Snel
5 * Parts from ffmpeg Copyright (c) 2000, 2001 Gerard Lantau 5 * Parts from ffmpeg Copyright (c) 2000-2002 Fabrice Bellard
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or 9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version. 10 * (at your option) any later version.