summaryrefslogtreecommitdiffstats
path: root/stream/tvi_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tvi_def.h')
-rw-r--r--stream/tvi_def.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/stream/tvi_def.h b/stream/tvi_def.h
index 72b7bd5101..b08a603b83 100644
--- a/stream/tvi_def.h
+++ b/stream/tvi_def.h
@@ -86,6 +86,12 @@ static inline void fill_blank_frame(char* buffer,int len,int fmt){
buffer[i+3]=0;
}
break;
+ case IMGFMT_MJPEG:
+ /*
+ This is compressed format. I don't know yet how to fill such frame with blue color.
+ Keeping frame unchanged.
+ */
+ break;
default:
memset(buffer,0xC0,len);
}