Revision ce5e49b0 libavcodec/eatgq.c
libavcodec/eatgq.c | ||
---|---|---|
218 | 218 |
|
219 | 219 |
if (!s->frame.data[0]) { |
220 | 220 |
s->frame.key_frame = 1; |
221 |
s->frame.pict_type = FF_I_TYPE;
|
|
221 |
s->frame.pict_type = AV_PICTURE_TYPE_I;
|
|
222 | 222 |
s->frame.buffer_hints = FF_BUFFER_HINTS_VALID; |
223 | 223 |
if (avctx->get_buffer(avctx, &s->frame)) { |
224 | 224 |
av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n"); |
Also available in: Unified diff