Skip to content

Commit

Permalink
- added genreType output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kona8lend authored and Kona8lend committed May 31, 2009
1 parent 6d300aa commit f5e5054
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/mp4info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ extern "C" int main( int argc, char** argv )
if ( tags->genre ) {
fprintf( stdout, " Genre: %s\n", tags->genre );
}
if ( tags->genreType ) {
fprintf( stdout, " GenreType: %u\n", *tags->genreType );
}
if ( tags->grouping ) {
fprintf( stdout, " Grouping: %s\n", tags->grouping );
}
Expand Down

0 comments on commit f5e5054

Please sign in to comment.