mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
command: set 'media-title' property for bluray disc with meta-data
This commit is contained in:
@@ -727,7 +727,7 @@ static int control(stream_t *stream,int cmd,void* arg)
|
||||
memcpy(req->palette, d->cur_pgc->palette, sizeof(req->palette));
|
||||
return STREAM_OK;
|
||||
}
|
||||
case STREAM_CTRL_GET_DVD_VOLUME_ID:
|
||||
case STREAM_CTRL_GET_DISC_NAME:
|
||||
{
|
||||
char buffer[128];
|
||||
if (DVDUDFVolumeInfo(d->dvd, buffer, sizeof(buffer), NULL, 0) < 0 &&
|
||||
|
||||
Reference in New Issue
Block a user