summaryrefslogtreecommitdiffstats
path: root/mpeglib/lib/decoder/mpgPlugin.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-16 12:05:41 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-16 12:05:41 -0600
commitbfe2615471f3de55215e59b45ed677d15e19b688 (patch)
tree6438289f61965374e87035c9f164813659cddc6d /mpeglib/lib/decoder/mpgPlugin.cpp
parentdd73caa65d933da6576ede49ffb20b9a0cb07b60 (diff)
downloadtdemultimedia-bfe2615471f3de55215e59b45ed677d15e19b688.tar.gz
tdemultimedia-bfe2615471f3de55215e59b45ed677d15e19b688.zip
Fix unintended renaming
Diffstat (limited to 'mpeglib/lib/decoder/mpgPlugin.cpp')
-rw-r--r--mpeglib/lib/decoder/mpgPlugin.cpp2
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);