Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Re #142: Set default sizes for thumb width/height
Browse files Browse the repository at this point in the history
  • Loading branch information
IBBoard committed Aug 27, 2020
1 parent 05afe9b commit 261c945
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CbMedia.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ cb_media_init (CbMedia *media)
media->percent_loaded = 0;
media->width = -1;
media->height = -1;
media->thumb_width = -1;
media->thumb_height = -1;
}

CbMedia *
Expand Down

0 comments on commit 261c945

Please sign in to comment.