Wrap code under the agi namespace.

Originally committed to SVN as r5271.
This commit is contained in:
Amar Takhar 2011-02-02 23:23:48 +00:00
parent cacc3516c1
commit cddfe3ed20
2 changed files with 8 additions and 4 deletions

View File

@ -26,7 +26,8 @@
#include "ffms_audio.h"
namespace ffms {
namespace agi {
namespace ffms {
/// @brief Constructor
@ -217,4 +218,5 @@ void Audio::GetAudio(void *Buf, int64_t Start, int64_t Count) const {
}
}
} // namespace ffms
} // namespace ffms
} // namespace agi

View File

@ -29,7 +29,8 @@
#include <map>
#endif
namespace ffms {
namespace agi {
namespace ffms {
/// @class Audio
/// Audio file support.
@ -56,4 +57,5 @@ class Audio {
};
} // namespace ffms
} // namespace ffms
} // namespace agi