comparison avcodec.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents 890b9fb44e84
children cfc80b3a4ada
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
1 /**
2 * @file avcodec.c
3 * avcodec.
4 */
5
1 #include "errno.h" 6 #include "errno.h"
2 #include "avcodec.h" 7 #include "avcodec.h"
3 8
4 #ifndef MKTAG 9 #ifndef MKTAG
5 #define MKTAG(a,b,c,d) (a | (b << 8) | (c << 16) | (d << 24)) 10 #define MKTAG(a,b,c,d) (a | (b << 8) | (c << 16) | (d << 24))