Revision ce5e49b0 libavcodec/sunrast.c
libavcodec/sunrast.c | ||
---|---|---|
107 | 107 |
return -1; |
108 | 108 |
} |
109 | 109 |
|
110 |
p->pict_type = FF_I_TYPE;
|
|
110 |
p->pict_type = AV_PICTURE_TYPE_I;
|
|
111 | 111 |
|
112 | 112 |
if (depth != 8 && maplength) { |
113 | 113 |
av_log(avctx, AV_LOG_WARNING, "useless colormap found or file is corrupted, trying to recover\n"); |
Also available in: Unified diff