Fixed a big memory leak on the FFmpegReader while processing audio packets.

This commit is contained in:
Jonathan Thomas
2014-09-22 00:40:21 -05:00
parent 348ff39e87
commit 663e0d4129
3 changed files with 14 additions and 7 deletions

View File

@@ -60,7 +60,10 @@ int main(int argc, char* argv[])
//f->AddOverlayNumber(frame_number);
//f->Display();
if (x == 5000)
if (x == 32)
sinelReader.debug = true;
if (x == 50)
break;
}