for (cIdx = 0; cIdx < 3/*((s->sps->chroma_format_idc == 0) ? 1 : 3)*/; cIdx++) {
if (hash_type == 0) {
s->is_md5 = 1;
- for (i = 0; i < 16; i++) {
+ for (i = 0; i < 16; i++)
s->md5[cIdx][i] = get_bits(gb, 8);
- }
- } else if( hash_type == 1) {
+ } else if (hash_type == 1) {
// picture_crc = get_bits(gb, 16);
skip_bits(gb, 16);
} else if (hash_type == 2) {