repo.or.cz
/
mplayer
/
glamo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Simplify find invocation in tags/TAGS generation command:
[mplayer/glamo.git]
/
libmpcodecs
/
vf_scale.h
blob
851f4af6d5fdeaa5f8a05e215d79bb217bf59aa9
1
//GPL
2
3
#ifndef MPLAYER_VF_SCALE_H
4
#define MPLAYER_VF_SCALE_H
5
6
int
get_sws_cpuflags
(
void
);
7
struct
SwsContext
*
sws_getContextFromCmdLine
(
int
srcW
,
int
srcH
,
int
srcFormat
,
int
dstW
,
int
dstH
,
int
dstFormat
);
8
9
#endif
/* MPLAYER_VF_SCALE_H */