comparison msmpeg4.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents 6da5ae9ee199
children 77ccf7fe3bd0
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
16 * License along with this library; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 * 18 *
19 * msmpeg4v1 & v2 stuff by Michael Niedermayer <michaelni@gmx.at> 19 * msmpeg4v1 & v2 stuff by Michael Niedermayer <michaelni@gmx.at>
20 */ 20 */
21
22 /**
23 * @file msmpeg4.c
24 * MSMPEG4 backend for ffmpeg encoder and decoder.
25 */
26
21 #include "avcodec.h" 27 #include "avcodec.h"
22 #include "dsputil.h" 28 #include "dsputil.h"
23 #include "mpegvideo.h" 29 #include "mpegvideo.h"
24 //#define PRINT_MB 30 //#define PRINT_MB
25 31