annotate libmpcodecs/vf_scale.h @ 26019:dfdf201e62cc

Replace Alpha MVI compiler workarounds by a proper configure check.
author diego
date Thu, 21 Feb 2008 16:47:05 +0000
parents 6ac1ece1f9fe
children 4129c8cfa742
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
25553
6ac1ece1f9fe Add multiple inclusion guards to all header files that lack them.
diego
parents: 17566
diff changeset
3 #ifndef VF_SCALE_H
6ac1ece1f9fe Add multiple inclusion guards to all header files that lack them.
diego
parents: 17566
diff changeset
4 #define VF_SCALE_H
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
6ac1ece1f9fe Add multiple inclusion guards to all header files that lack them.
diego
parents: 17566
diff changeset
9 #endif /* VF_SCALE_H */