diff stream/stream_dvdnav.c @ 32994:eba7d1dc92a6

Output ID_DVD_VOLUME_ID also for dvdnav://. Patch by Mike Castle, dalgoda+mplayer gmail
author cehoyos
date Mon, 14 Mar 2011 00:07:11 +0000
parents 8851bf29c1ae
children e97e23af7e8f
line wrap: on
line diff
--- a/stream/stream_dvdnav.c	Sun Mar 13 00:32:55 2011 +0000
+++ b/stream/stream_dvdnav.c	Mon Mar 14 00:07:11 2011 +0000
@@ -134,7 +134,7 @@
     mp_msg(MSGT_OPEN,MSGL_ERR,"stream_dvdnav, failed to set PGC positioning\n");
   /* report the title?! */
   if (dvdnav_get_title_string(priv->dvdnav,&title_str)==DVDNAV_STATUS_OK) {
-    mp_msg(MSGT_IDENTIFY, MSGL_INFO,"Title: '%s'\n",title_str);
+    mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_DVD_VOLUME_ID=%s\n", title_str);
   }
 
   //dvdnav_event_clear(priv);