1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-06 06:08:23 +00:00

include fastmemcpy.h before stream.h, so it is used for the stream_read

function, too. Gives a small speedup for e.g. high bandwidth MPEG2


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17201 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-12-17 10:46:48 +00:00
parent 31a9cfb68a
commit f44b5a9e96

View File

@ -13,13 +13,14 @@
#include "help_mp.h"
#include "m_config.h"
#include "libvo/fastmemcpy.h"
#include "stream.h"
#include "demuxer.h"
#include "stheader.h"
#include "mf.h"
#include "libaf/af_format.h"
#include "libvo/fastmemcpy.h"
extern void resync_audio_stream(sh_audio_t *sh_audio);