~phatforge/xbmc/libbluray

« back to all changes in this revision

Viewing changes to src/examples/bd_info.c

  • Committer: hpi1
  • Date: 2015-02-10 11:14:09 UTC
  • Revision ID: git-v1:ce45fc9df574faf90aff991ed0bbdad70436f5e5
Add UDF volume identifier to DISC_INFO

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
        exit(EXIT_FAILURE);
168
168
    }
169
169
 
 
170
    if (info->udf_volume_id) {
 
171
        printf("Volume Identifier   : %s\n", info->udf_volume_id);
 
172
    }
170
173
    printf("BluRay detected     : %s\n", _yes_no(info->bluray_detected));
171
174
    if (info->bluray_detected) {
172
175
        printf("First Play supported: %s\n", _yes_no(info->first_play_supported));