summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Pöschel <github@basicmaster.de>2015-11-29 20:49:21 +0100
committerStefan Pöschel <github@basicmaster.de>2015-11-29 20:49:21 +0100
commit84f6c22790df9794f9966e14ce96c566f7abd879 (patch)
tree9ce0ec3c4bf790ce1e119ea8abb575d36fce1c23 /src
parent3c6bffdede22fcebb62bac5abf11feb9ea7333e1 (diff)
downloadODR-AudioEnc-84f6c22790df9794f9966e14ce96c566f7abd879.tar.gz
ODR-AudioEnc-84f6c22790df9794f9966e14ce96c566f7abd879.tar.bz2
ODR-AudioEnc-84f6c22790df9794f9966e14ce96c566f7abd879.zip
MOT encoder: display MOT header filename
Diffstat (limited to 'src')
-rw-r--r--src/mot-encoder.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mot-encoder.cpp b/src/mot-encoder.cpp
index e1c965f..3614742 100644
--- a/src/mot-encoder.cpp
+++ b/src/mot-encoder.cpp
@@ -1228,6 +1228,10 @@ void createMotHeader(size_t blobsize, int fidx, unsigned char* mothdr, int* moth
fidx,
jfif_not_png ? "jpg" : "png" );
+ if (verbose) {
+ fprintf(stderr, "mot-encoder writing image as %s\n", cntemp);
+ }
+
for (i = 0; i < strlen(cntemp); i++) {
MotHeaderExt[8+i] = cntemp[i];
}