ogg edits
This commit is contained in:
parent
f9266aeb76
commit
4cf03e2361
2 changed files with 28 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue