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/mpegplay/startCodes.h | |
parent | dd73caa65d933da6576ede49ffb20b9a0cb07b60 (diff) | |
download | tdemultimedia-bfe2615471f3de55215e59b45ed677d15e19b688.tar.gz tdemultimedia-bfe2615471f3de55215e59b45ed677d15e19b688.zip |
Fix unintended renaming
Diffstat (limited to 'mpeglib/lib/mpegplay/startCodes.h')
-rw-r--r-- | mpeglib/lib/mpegplay/startCodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpeglib/lib/mpegplay/startCodes.h b/mpeglib/lib/mpegplay/startCodes.h index 1164fe4e..c305a39f 100644 --- a/mpeglib/lib/mpegplay/startCodes.h +++ b/mpeglib/lib/mpegplay/startCodes.h @@ -29,8 +29,8 @@ /* Start codes. */ -#define SETQ_END_CODE 0x000001b7 -#define SETQ_START_CODE 0x000001b3 +#define SEQ_END_CODE 0x000001b7 +#define SEQ_START_CODE 0x000001b3 #define GOP_START_CODE 0x000001b8 #define PICTURE_START_CODE 0x00000100 #define SLICE_MIN_START_CODE 0x00000101 |