summaryrefslogtreecommitdiffstats
path: root/loader/qtx/qtxsdk/components.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/qtx/qtxsdk/components.h')
-rw-r--r--loader/qtx/qtxsdk/components.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/qtx/qtxsdk/components.h b/loader/qtx/qtxsdk/components.h
index e28bf953b4..08b883099c 100644
--- a/loader/qtx/qtxsdk/components.h
+++ b/loader/qtx/qtxsdk/components.h
@@ -705,13 +705,13 @@ static inline void dump_CodecDecompressParams(void* xxx){
printf("sequenceID=%d\n",cd->sequenceID);
idh=cd->imageDescription;
if(idh && idh[0]) dump_ImageDescription(idh[0]);
-
+
for(i=0;i<sizeof(CodecDecompressParams);i++){
printf(" %02X",((unsigned char*)cd)[i]);
if((i%16)==15) printf("\n");
}
printf("\n");
-
+
printf("data=%p size=%d\n",cd->data,cd->bufferSize);
printf("frameno=%d lines: %d .. %d condflags=0x%X callerflags=0x%X\n",
cd->frameNumber, cd->startLine, cd->stopLine, cd->conditionFlags,cd->callerFlags);