avcodec/smc: 0xF0 opcode operates like 0xE0 opcode
This commit is contained in:
parent
18ec426a86
commit
cf7240d1a7
@ -392,6 +392,7 @@ static void smc_decode_stream(SmcContext *s)
|
||||
|
||||
/* 16-color block encoding (every pixel is a different color) */
|
||||
case 0xE0:
|
||||
case 0xF0:
|
||||
n_blocks = (opcode & 0x0F) + 1;
|
||||
|
||||
while (n_blocks--) {
|
||||
@ -405,10 +406,6 @@ static void smc_decode_stream(SmcContext *s)
|
||||
ADVANCE_BLOCK();
|
||||
}
|
||||
break;
|
||||
|
||||
case 0xF0:
|
||||
avpriv_request_sample(s->avctx, "0xF0 opcode");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user