X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvideo_output.h;h=40ff0bd09be361e6d680cfabf248949cba51fb01;hb=491a07729d6d814e47768c8ebc025092fa5b6e55;hp=4badb1fe9eab89f0cf542d5bd6710b5c42f34c49;hpb=c5f75658bf4867d0f3028c74cc5df1ef0e9349a2;p=vlc diff --git a/include/video_output.h b/include/video_output.h index 4badb1fe9e..40ff0bd09b 100644 --- a/include/video_output.h +++ b/include/video_output.h @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ /** @@ -254,7 +254,8 @@ static inline int vout_Control( vout_thread_t *p_vout, int i_query, ... ) enum output_query_e { - VOUT_SET_ZOOM, + VOUT_GET_SIZE, /* arg1= unsigned int*, arg2= unsigned int*, res= */ + VOUT_SET_SIZE, /* arg1= unsigned int, arg2= unsigned int, res= */ VOUT_SET_STAY_ON_TOP, /* arg1= vlc_bool_t res= */ VOUT_REPARENT, VOUT_SNAPSHOT,