comparison tiffenc.c @ 4782:bca8924ed36c libavcodec

Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.
author diego
date Wed, 04 Apr 2007 11:43:08 +0000
parents 0860efc2f02b
children 95f58f0b70fc
comparison
equal deleted inserted replaced
4781:bfe6e14839b2 4782:bca8924ed36c
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 * 20 *
21 */ 21 */
22 22
23 /**
24 * TIFF image encoder
25 * @file tiffenc.c
26 * @author Bartlomiej Wolowiec
27 */
23 #include "avcodec.h" 28 #include "avcodec.h"
24 #ifdef CONFIG_ZLIB 29 #ifdef CONFIG_ZLIB
25 #include <zlib.h> 30 #include <zlib.h>
26 #endif 31 #endif
27 #include "bytestream.h" 32 #include "bytestream.h"