diff options
Diffstat (limited to 'core')
| -rw-r--r-- | core/image/jpeg/jpeg.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/image/jpeg/jpeg.odin b/core/image/jpeg/jpeg.odin index 6da601c89..58c6dff50 100644 --- a/core/image/jpeg/jpeg.odin +++ b/core/image/jpeg/jpeg.odin @@ -637,7 +637,7 @@ load_from_context :: proc(ctx: ^$C, options := Options{}, allocator := context.a color_components[id].h_sampling_factor = cast(int)horizontal_sampling } case .SOF2: // Progressive DCT - unimplemented("SOF2") + fallthrough case .SOF3: // Lossless (sequential) fallthrough case .SOF5: // Differential sequential DCT |