diff options
Diffstat (limited to 'mpeglib/lib/decoder/mpgPlugin.cpp')
-rw-r--r-- | mpeglib/lib/decoder/mpgPlugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib/lib/decoder/mpgPlugin.cpp b/mpeglib/lib/decoder/mpgPlugin.cpp index 510accbd..fd7170c8 100644 --- a/mpeglib/lib/decoder/mpgPlugin.cpp +++ b/mpeglib/lib/decoder/mpgPlugin.cpp @@ -95,7 +95,7 @@ void MpgPlugin::decoder_loop() { //cout << "still initializing system stream"<<endl; } else { // if we have found a raw stream, - // make sure we pass as first argument a SETQ_START_CODE + // make sure we pass as first argument a SEQ_START_CODE if (mpegSystemHeader->getLayer() == _PACKET_SYSLAYER) { lSysLayer=true; mpegStreamPlayer->processSystemHeader(mpegSystemHeader); |