diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-16 12:05:41 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-16 12:05:41 -0600 |
commit | bfe2615471f3de55215e59b45ed677d15e19b688 (patch) | |
tree | 6438289f61965374e87035c9f164813659cddc6d /mpeglib/lib/decoder | |
parent | dd73caa65d933da6576ede49ffb20b9a0cb07b60 (diff) | |
download | tdemultimedia-bfe2615471f3de55215e59b45ed677d15e19b688.tar.gz tdemultimedia-bfe2615471f3de55215e59b45ed677d15e19b688.zip |
Fix unintended renaming
Diffstat (limited to 'mpeglib/lib/decoder')
-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); |