ogg edits

This commit is contained in:
Oswald de Bruin 2013-06-10 13:41:48 +02:00 committed by Thulinma
parent f9266aeb76
commit 4cf03e2361
2 changed files with 28 additions and 3 deletions

View file

@ -9,7 +9,7 @@
namespace Analysers{
int analyseOGG(){
std::string oggBuffer;
//Read all of std::cin to mp4Buffer
//Read all of std::cin to oggBuffer
while (std::cin.good()){
oggBuffer += std::cin.get();
}