diff mpeg12.c @ 367:abbed9f28d75 libavcodec

- MPEG-4 B frames coding option for ffmpeg.c - Warning fixes.
author pulento
date Mon, 06 May 2002 19:32:55 +0000
parents e05b357a398a
children 0d73175fbded
line wrap: on
line diff
--- a/mpeg12.c	Mon May 06 16:40:43 2002 +0000
+++ b/mpeg12.c	Mon May 06 19:32:55 2002 +0000
@@ -33,7 +33,7 @@
 #define EXT_START_CODE		0x000001b5
 #define USER_START_CODE		0x000001b2
 
-#define ABS(a) ((a)<0 ? -(a) : (a))
+//#define ABS(a) ((a)<0 ? -(a) : (a))
 
 static void mpeg1_encode_block(MpegEncContext *s, 
                          DCTELEM *block,