comparison libvo/vo_dga.c @ 7124:eca7dbad0166

finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
author alex
date Wed, 28 Aug 2002 21:32:32 +0000
parents 4bffe1ffa86c
children 2b4190fb8218
comparison
equal deleted inserted replaced
7123:0f893a16c316 7124:eca7dbad0166
19 * BGR_16_16_565 19 * BGR_16_16_565
20 * BGR_24_24_888 20 * BGR_24_24_888
21 * BGR_32_24_888 21 * BGR_32_24_888
22 * 22 *
23 * $Log$ 23 * $Log$
24 * Revision 1.46 2002/08/28 21:32:31 alex
25 * finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
26 *
24 * Revision 1.45 2002/05/27 17:14:13 alex 27 * Revision 1.45 2002/05/27 17:14:13 alex
25 * revised query_format. added support for native/conversion detection 28 * revised query_format. added support for native/conversion detection
26 * 29 *
27 * Revision 1.44 2002/02/17 08:24:43 nick 30 * Revision 1.44 2002/02/17 08:24:43 nick
28 * I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me' 31 * I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'
793 796
794 //--------------------------------------------------------- 797 //---------------------------------------------------------
795 798
796 static uint32_t config( uint32_t width, uint32_t height, 799 static uint32_t config( uint32_t width, uint32_t height,
797 uint32_t d_width,uint32_t d_height, 800 uint32_t d_width,uint32_t d_height,
798 uint32_t flags,char *title,uint32_t format,const vo_tune_info_t *info ) 801 uint32_t flags,char *title,uint32_t format)
799 { 802 {
800 803
801 int x_off, y_off; 804 int x_off, y_off;
802 int wanted_width, wanted_height; 805 int wanted_width, wanted_height;
803 806