1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00

Revert r16257:

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

Originally committed as revision 16282 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Andreas Öman 2008-12-22 22:39:55 +00:00
parent 9f2ace74ef
commit 11c23b64ac
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@
#include "avcodec.h"
#include "bitstream.h"
#include "dsputil.h"
#include "libavutil/common.h"
/*
* TODO:

View File

@ -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){