summary refs log tree commit diff
path: root/include/events/messages/Video.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/events/messages/Video.h')
-rw-r--r--include/events/messages/Video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/events/messages/Video.h b/include/events/messages/Video.h

index 79713546..6aeaf4d5 100644 --- a/include/events/messages/Video.h +++ b/include/events/messages/Video.h
@@ -29,7 +29,7 @@ struct VideoInfo { int h; int w; - int size; + int size = 0; int duration; QString mimetype;