[FFmpeg-cvslog] r12322 - in trunk/libavcodec: dsputil.h mpegvideo.h

aurel subversion
Wed Mar 5 01:38:14 CET 2008


Author: aurel
Date: Wed Mar  5 01:38:14 2008
New Revision: 12322

Log:
move EDGE_WIDTH definition allong with draw_edges where it belongs

Modified:
   trunk/libavcodec/dsputil.h
   trunk/libavcodec/mpegvideo.h

Modified: trunk/libavcodec/dsputil.h
==============================================================================
--- trunk/libavcodec/dsputil.h	(original)
+++ trunk/libavcodec/dsputil.h	Wed Mar  5 01:38:14 2008
@@ -412,6 +412,7 @@ typedef struct DSPContext {
 #define RECON_SHIFT 6
 
     void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w);
+#define EDGE_WIDTH 16
 
     /* h264 functions */
     void (*h264_idct_add)(uint8_t *dst, DCTELEM *block, int stride);

Modified: trunk/libavcodec/mpegvideo.h
==============================================================================
--- trunk/libavcodec/mpegvideo.h	(original)
+++ trunk/libavcodec/mpegvideo.h	Wed Mar  5 01:38:14 2008
@@ -45,8 +45,6 @@ enum OutputFormat {
     FMT_H264,
 };
 
-#define EDGE_WIDTH 16
-
 #define MPEG_BUF_SIZE (16 * 1024)
 
 #define QMAT_SHIFT_MMX 16




More information about the ffmpeg-cvslog mailing list