diff options
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index 968f7dde..73734f9f 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -71,6 +71,8 @@ public: return _intrinsic_duration; } + static bool valid_mxf (boost::filesystem::path); + private: friend class SoundAssetWriter; |
