mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 06:50:20 +01:00
Minor rename
This commit is contained in:
parent
1ffe7b71d5
commit
86b7b45c89
@ -160,7 +160,7 @@ void input_vgmstream::get_info(t_uint32 p_subsong, file_info & p_info, abort_cal
|
|||||||
|
|
||||||
if (get_description_tag(temp,description,"block size: ")) p_info.info_set("block_size",temp);
|
if (get_description_tag(temp,description,"block size: ")) p_info.info_set("block_size",temp);
|
||||||
if (get_description_tag(temp,description,"metadata from: ")) p_info.info_set("metadata_source",temp);
|
if (get_description_tag(temp,description,"metadata from: ")) p_info.info_set("metadata_source",temp);
|
||||||
if (get_description_tag(temp,description,"stream number: ")) p_info.info_set("stream_number",temp);
|
if (get_description_tag(temp,description,"stream count: ")) p_info.info_set("stream_count",temp);
|
||||||
if (get_description_tag(temp,description,"stream index: ")) p_info.info_set("stream_index",temp);
|
if (get_description_tag(temp,description,"stream index: ")) p_info.info_set("stream_index",temp);
|
||||||
if (get_description_tag(temp,description,"stream name: ")) p_info.info_set("stream_name",temp);
|
if (get_description_tag(temp,description,"stream name: ")) p_info.info_set("stream_name",temp);
|
||||||
}
|
}
|
||||||
|
@ -2065,7 +2065,7 @@ void describe_vgmstream(VGMSTREAM * vgmstream, char * desc, int length) {
|
|||||||
/* only interesting if more than one */
|
/* only interesting if more than one */
|
||||||
if (vgmstream->num_streams > 1) {
|
if (vgmstream->num_streams > 1) {
|
||||||
snprintf(temp,TEMPSIZE,
|
snprintf(temp,TEMPSIZE,
|
||||||
"\nstream number: %d",
|
"\nstream count: %d",
|
||||||
vgmstream->num_streams);
|
vgmstream->num_streams);
|
||||||
concatn(length,desc,temp);
|
concatn(length,desc,temp);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user