Lines 1183-1193
Link Here
|
1183 |
xine_close_audio_driver (xine, ap); |
1183 |
xine_close_audio_driver (xine, ap); |
1184 |
fprintf (stderr, "audio output: %s\n", *aop); |
1184 |
fprintf (stderr, "audio output: %s\n", *aop); |
1185 |
} |
1185 |
} |
1186 |
const char *const * vops = xine_list_video_output_plugins (xine); |
1186 |
const char *const * vfs = xine_list_video_output_plugins (xine); |
1187 |
for (const char *const* vop = vops; *vop; vop++) { |
1187 |
for (const char *const* vf = vfs; *vf; vf++) { |
1188 |
xine_video_port_t * vp = xine_open_video_driver (xine, *vop, XINE_VISUAL_TYPE_NONE, 0L); |
1188 |
xine_video_port_t * vp = xine_open_video_driver (xine, *vf, XINE_VISUAL_TYPE_NONE, 0L); |
1189 |
xine_close_video_driver (xine, vp); |
1189 |
xine_close_video_driver (xine, vp); |
1190 |
fprintf (stderr, "vidio output: %s\n", *vop); |
1190 |
fprintf (stderr, "vidio output: %s\n", *vf); |
1191 |
}*/ |
1191 |
}*/ |
1192 |
getConfigEntries (buf); |
1192 |
getConfigEntries (buf); |
1193 |
} |
1193 |
} |