diff libvo/video_out.c @ 15789:32d9c8a0a02b

adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM en DASH directo POUM net>
author gpoirier
date Mon, 20 Jun 2005 23:07:35 +0000
parents 18d404eebb28
children 76d00448d786
line wrap: on
line diff
--- a/libvo/video_out.c	Mon Jun 20 20:46:46 2005 +0000
+++ b/libvo/video_out.c	Mon Jun 20 23:07:35 2005 +0000
@@ -260,6 +260,8 @@
 void list_video_out(){
       int i=0;
       mp_msg(MSGT_CPLAYER, MSGL_INFO, MSGTR_AvailableVideoOutputDrivers);
+      if (identify)
+        mp_msg(MSGT_GLOBAL, MSGL_INFO, "ID_VIDEO_OUTPUTS\n");
       while (video_out_drivers[i]) {
         const vo_info_t *info = video_out_drivers[i++]->info;
       	printf("\t%s\t%s\n", info->short_name, info->name);