mirror of https://github.com/odrling/Aegisub
Wrap code under the agi namespace.
Originally committed to SVN as r5271.
This commit is contained in:
parent
cacc3516c1
commit
cddfe3ed20
|
@ -26,7 +26,8 @@
|
||||||
|
|
||||||
#include "ffms_audio.h"
|
#include "ffms_audio.h"
|
||||||
|
|
||||||
namespace ffms {
|
namespace agi {
|
||||||
|
namespace ffms {
|
||||||
|
|
||||||
|
|
||||||
/// @brief Constructor
|
/// @brief Constructor
|
||||||
|
@ -217,4 +218,5 @@ void Audio::GetAudio(void *Buf, int64_t Start, int64_t Count) const {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace ffms
|
} // namespace ffms
|
||||||
|
} // namespace agi
|
||||||
|
|
|
@ -29,7 +29,8 @@
|
||||||
#include <map>
|
#include <map>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace ffms {
|
namespace agi {
|
||||||
|
namespace ffms {
|
||||||
|
|
||||||
/// @class Audio
|
/// @class Audio
|
||||||
/// Audio file support.
|
/// Audio file support.
|
||||||
|
@ -56,4 +57,5 @@ class Audio {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace ffms
|
} // namespace ffms
|
||||||
|
} // namespace agi
|
||||||
|
|
Loading…
Reference in New Issue