mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
parent
0ed678a97a
commit
8c9fff6183
@ -123,7 +123,7 @@ static int xface_decode_frame(AVCodecContext *avctx,
|
||||
if ((ret = ff_get_buffer(avctx, frame, 0)) < 0)
|
||||
return ret;
|
||||
|
||||
for (i = 0, k = 0; avpkt->data[i] && i < avpkt->size; i++) {
|
||||
for (i = 0, k = 0; i < avpkt->size && avpkt->data[i]; i++) {
|
||||
c = avpkt->data[i];
|
||||
|
||||
/* ignore invalid digits */
|
||||
|
Loading…
Reference in New Issue
Block a user