comparison libvo/vo_bl.c @ 15212:05aa13cdf92f

replace VO and VF numeric flags with #defined identifiers
author henry
date Mon, 18 Apr 2005 15:52:38 +0000
parents d570dfbf9ef6
children 7a33ae1f8e6d
comparison
equal deleted inserted replaced
15211:d42f22a1503b 15212:05aa13cdf92f
212 { "grayscale", IMGFMT_YV12, 1, -1, -1, 8, /* use width and height of movie */ 212 { "grayscale", IMGFMT_YV12, 1, -1, -1, 8, /* use width and height of movie */
213 &bml_init, &bml_write_frame, &bml_close, 213 &bml_init, &bml_write_frame, &bml_close,
214 &udp_init, &udp_send, &udp_close } }; 214 &udp_init, &udp_send, &udp_close } };
215 215
216 static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, 216 static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,
217 uint32_t d_height, uint32_t fullscreen, char *title, uint32_t format) 217 uint32_t d_height, uint32_t flags, char *title, uint32_t format)
218 { 218 {
219 void * ptr; 219 void * ptr;
220 220
221 /* adapt size of Blinkenlights UDP stream to size of movie */ 221 /* adapt size of Blinkenlights UDP stream to size of movie */
222 if (bl->width < 0 || bl->height < 0) { 222 if (bl->width < 0 || bl->height < 0) {