changeset 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 dd1fb023e197
children 80e4a267f6b8
files stream/stream_dvdnav.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);