Commit 84c11354 authored by Laurent Aimar's avatar Laurent Aimar

Removed unused ZOOM_FP_FACTOR define.

parent 78ab1ef2
...@@ -85,9 +85,6 @@ struct vout_thread_t { ...@@ -85,9 +85,6 @@ struct vout_thread_t {
#define VOUT_ALIGN_BOTTOM 0x0008 #define VOUT_ALIGN_BOTTOM 0x0008
#define VOUT_ALIGN_VMASK 0x000C #define VOUT_ALIGN_VMASK 0x000C
/* scaling factor (applied to i_zoom in vout_thread_t) */
#define ZOOM_FP_FACTOR 1000
/***************************************************************************** /*****************************************************************************
* Prototypes * Prototypes
*****************************************************************************/ *****************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment