[vlc-commits] commit: Removed unused ZOOM_FP_FACTOR define. (Laurent Aimar )
git at videolan.org
git at videolan.org
Thu May 27 21:46:55 CEST 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu May 27 21:46:34 2010 +0200| [84c113542ee444d0c1979a669d8ae5b81e771c2e] | committer: Laurent Aimar
Removed unused ZOOM_FP_FACTOR define.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=84c113542ee444d0c1979a669d8ae5b81e771c2e
---
include/vlc_vout.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/include/vlc_vout.h b/include/vlc_vout.h
index 128bd54..ad08f39 100644
--- a/include/vlc_vout.h
+++ b/include/vlc_vout.h
@@ -85,9 +85,6 @@ struct vout_thread_t {
#define VOUT_ALIGN_BOTTOM 0x0008
#define VOUT_ALIGN_VMASK 0x000C
-/* scaling factor (applied to i_zoom in vout_thread_t) */
-#define ZOOM_FP_FACTOR 1000
-
/*****************************************************************************
* Prototypes
*****************************************************************************/
More information about the vlc-commits
mailing list