Hi, According to ISO/IEC 13818-7:2003(E) Table 26 fill_element() { cnt = count; if(cnt == 15) { cnt += esc_count -1; } ... } Can anyone tell me why cnt value gets increased with esc_count if cnt equals 15? Best Regards, Richard T. J. Li