Mercurial > mplayer.hg
annotate libmpcodecs/vf_scale.h @ 29706:54f54530a4d3
Make the ao_alsa play function always process a multiple of ao_data.outburst
except for the last chunk.
Should fix high CPU usage reported e.g. here: http://bugs.gentoo.org/show_bug.cgi?id=286020
author | reimar |
---|---|
date | Fri, 02 Oct 2009 16:49:41 +0000 |
parents | 4129c8cfa742 |
children | bbb6ebec87a0 |
rev | line source |
---|---|
10233
35f52ad860a0
vf_scale.h & related cleanup & some small warning fix by dominik
michael
parents:
diff
changeset
|
1 //GPL |
35f52ad860a0
vf_scale.h & related cleanup & some small warning fix by dominik
michael
parents:
diff
changeset
|
2 |
26029 | 3 #ifndef MPLAYER_VF_SCALE_H |
4 #define MPLAYER_VF_SCALE_H | |
25553
6ac1ece1f9fe
Add multiple inclusion guards to all header files that lack them.
diego
parents:
17566
diff
changeset
|
5 |
17566
f580a7755ac5
Patch by Stefan Huehner / stefan % huehner ! org \
rathann
parents:
10233
diff
changeset
|
6 int get_sws_cpuflags(void); |
10233
35f52ad860a0
vf_scale.h & related cleanup & some small warning fix by dominik
michael
parents:
diff
changeset
|
7 struct SwsContext *sws_getContextFromCmdLine(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat); |
25553
6ac1ece1f9fe
Add multiple inclusion guards to all header files that lack them.
diego
parents:
17566
diff
changeset
|
8 |
26029 | 9 #endif /* MPLAYER_VF_SCALE_H */ |