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,6 +26,7 @@
#include "ffms_audio.h"
namespace agi {
namespace ffms {
@ -218,3 +219,4 @@ void Audio::GetAudio(void *Buf, int64_t Start, int64_t Count) const {
}
} // namespace ffms
} // namespace agi

View File

@ -29,6 +29,7 @@
#include <map>
#endif
namespace agi {
namespace ffms {
/// @class Audio
@ -57,3 +58,4 @@ class Audio {
};
} // namespace ffms
} // namespace agi