Revision ce5e49b0 libavcodec/pictordec.c
libavcodec/pictordec.c | ||
---|---|---|
148 | 148 |
return -1; |
149 | 149 |
} |
150 | 150 |
memset(s->frame.data[0], 0, s->height * s->frame.linesize[0]); |
151 |
s->frame.pict_type = FF_I_TYPE;
|
|
151 |
s->frame.pict_type = AV_PICTURE_TYPE_I;
|
|
152 | 152 |
s->frame.palette_has_changed = 1; |
153 | 153 |
|
154 | 154 |
palette = (uint32_t*)s->frame.data[1]; |
Also available in: Unified diff