Revision ce5e49b0 libavcodec/mjpegdec.c
libavcodec/mjpegdec.c | ||
---|---|---|
353 | 353 |
av_log(s->avctx, AV_LOG_ERROR, "get_buffer() failed\n"); |
354 | 354 |
return -1; |
355 | 355 |
} |
356 |
s->picture_ptr->pict_type= FF_I_TYPE;
|
|
356 |
s->picture_ptr->pict_type= AV_PICTURE_TYPE_I;
|
|
357 | 357 |
s->picture_ptr->key_frame= 1; |
358 | 358 |
s->got_picture = 1; |
359 | 359 |
|
Also available in: Unified diff