[FFmpeg-cvslog] r16282 - in trunk/libavcodec: mpegaudiodec.c opt.c

andoma subversion
Tue Dec 23 14:20:38 CET 2008


Author: andoma
Date: Mon Dec 22 23:39:55 2008
New Revision: 16282

Log:
Revert r16257:

Include "libavutil/common.h" where we use llrint() in case ffmpeg's
own llrint() is to be used.

Modified:
   trunk/libavcodec/mpegaudiodec.c
   trunk/libavcodec/opt.c

Modified: trunk/libavcodec/mpegaudiodec.c
==============================================================================
--- trunk/libavcodec/mpegaudiodec.c	Mon Dec 22 23:12:44 2008	(r16281)
+++ trunk/libavcodec/mpegaudiodec.c	Mon Dec 22 23:39:55 2008	(r16282)
@@ -27,7 +27,6 @@
 #include "avcodec.h"
 #include "bitstream.h"
 #include "dsputil.h"
-#include "libavutil/common.h"
 
 /*
  * TODO:

Modified: trunk/libavcodec/opt.c
==============================================================================
--- trunk/libavcodec/opt.c	Mon Dec 22 23:12:44 2008	(r16281)
+++ trunk/libavcodec/opt.c	Mon Dec 22 23:39:55 2008	(r16282)
@@ -28,7 +28,6 @@
 #include "avcodec.h"
 #include "opt.h"
 #include "eval.h"
-#include "libavutil/common.h"
 
 //FIXME order them and do a bin search
 const AVOption *av_find_opt(void *v, const char *name, const char *unit, int mask, int flags){




More information about the ffmpeg-cvslog mailing list