Index: src/codec/SkJpegUtility_codec.cpp |
diff --git a/src/codec/SkJpegUtility_codec.cpp b/src/codec/SkJpegUtility_codec.cpp |
index 418c899cbbc87e8b13649612ffcb92399eec279e..75a562a00454f45f8f0904d2f8a055fc1f65b006 100644 |
--- a/src/codec/SkJpegUtility_codec.cpp |
+++ b/src/codec/SkJpegUtility_codec.cpp |
@@ -73,7 +73,7 @@ |
init_source = sk_init_source; |
fill_input_buffer = sk_fill_input_buffer; |
skip_input_data = sk_skip_input_data; |
- resync_to_restart = turbo_jpeg_resync_to_restart; |
+ resync_to_restart = jpeg_resync_to_restart; |
term_source = sk_term_source; |
} |