diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 00:30:28 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 00:30:28 -0500 |
commit | 017d437099d1f1d6a68e145eca4a507e8ab65d9e (patch) | |
tree | f7b44ebcd381527c939e70e03555105218336d76 /mpeglib/lib/mpegplay/videoDecoder.h | |
parent | 14c903d8a9e29e9505ec05ca630f1b5a218679ad (diff) | |
download | tdemultimedia-017d437099d1f1d6a68e145eca4a507e8ab65d9e.tar.gz tdemultimedia-017d437099d1f1d6a68e145eca4a507e8ab65d9e.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'mpeglib/lib/mpegplay/videoDecoder.h')
-rw-r--r-- | mpeglib/lib/mpegplay/videoDecoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib/lib/mpegplay/videoDecoder.h b/mpeglib/lib/mpegplay/videoDecoder.h index 695b424d..cba45a29 100644 --- a/mpeglib/lib/mpegplay/videoDecoder.h +++ b/mpeglib/lib/mpegplay/videoDecoder.h @@ -53,7 +53,7 @@ /* Number of macroblocks to process in one call to mpegVidRsrc. */ -#define MB_TQUANTUM 100 +#define MB_QUANTUM 100 /* Video stream structure. */ |