mirror of
https://github.com/taglib/taglib.git
synced 2025-07-14 02:54:27 -04:00
fileref: Adapt formatting to TagLib code style
This commit is contained in:
@ -60,6 +60,7 @@ namespace
|
||||
return new Ogg::Vorbis::File(fileName);
|
||||
}
|
||||
};
|
||||
|
||||
class DummyStreamResolver : public FileRef::StreamTypeResolver
|
||||
{
|
||||
public:
|
||||
@ -67,6 +68,7 @@ namespace
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
virtual File *createFileFromStream(IOStream *s, bool, AudioProperties::ReadStyle) const
|
||||
{
|
||||
return new MP4::File(s);
|
||||
|
Reference in New Issue
Block a user