Skip to content

Commit

Permalink
JPEG encoding with QP doesn't exist on GrainMedia
Browse files Browse the repository at this point in the history
  • Loading branch information
wberube committed Aug 17, 2024
1 parent 4d64f50 commit 38f26b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/jpeg.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ int jpeg_init() {

switch (plat) {
#if defined(__arm__)
case HAL_PLATFORM_GM:
if (app_config.mjpeg_enable) goto active;
break;
case HAL_PLATFORM_GM: goto active;
#elif defined(__mips__)
case HAL_PLATFORM_T31:
if (app_config.mjpeg_enable) goto active;
Expand Down

0 comments on commit 38f26b8

Please sign in to comment.