mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-11-02 05:24:15 +08:00
[jpegd]: Fix compile warning
Change-Id: I735125646ff629b195421f48ec46962ebecb33ca Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -852,8 +852,8 @@ JpegDecRet jpegd_decode_huffman_tables(JpegParserContext *ctx)
|
||||
}
|
||||
}
|
||||
|
||||
return (JPEGDEC_OK);
|
||||
FUN_TEST("Exit");
|
||||
return (JPEGDEC_OK);
|
||||
}
|
||||
|
||||
JpegDecRet jpegd_decode_quant_tables(JpegParserContext *ctx)
|
||||
|
||||
Reference in New Issue
Block a user