[MPlayer-cvslog] r22013 - trunk/libmpdemux/demux_lavf.c
reimar
subversion at mplayerhq.hu
Thu Jan 25 11:49:43 CET 2007
Author: reimar
Date: Thu Jan 25 11:49:43 2007
New Revision: 22013
Modified:
trunk/libmpdemux/demux_lavf.c
Log:
Remove ff_gcd prototype and include avutil.h instead where it is defined.
Modified: trunk/libmpdemux/demux_lavf.c
==============================================================================
--- trunk/libmpdemux/demux_lavf.c (original)
+++ trunk/libmpdemux/demux_lavf.c Thu Jan 25 11:49:43 2007
@@ -32,9 +32,11 @@
#ifdef USE_LIBAVFORMAT_SO
#include <ffmpeg/avformat.h>
+#include <ffmpeg/avutil.h>
#include <ffmpeg/opt.h>
#else
#include "avformat.h"
+#include "avutil.h"
#include "avi.h"
#include "opt.h"
#endif
@@ -65,8 +67,6 @@
extern void print_wave_header(WAVEFORMATEX *h, int verbose_level);
extern void print_video_header(BITMAPINFOHEADER *h, int verbose_level);
-int64_t ff_gcd(int64_t a, int64_t b);
-
static const AVCodecTag mp_wav_tags[] = {
{ CODEC_ID_ADPCM_4XM, MKTAG('4', 'X', 'M', 'A')},
{ CODEC_ID_ADPCM_EA, MKTAG('A', 'D', 'E', 'A')},
More information about the MPlayer-cvslog
mailing list