Revision ce5e49b0 libavcodec/pngenc.c
libavcodec/pngenc.c | ||
---|---|---|
243 | 243 |
uint8_t *top_buf = NULL; |
244 | 244 |
|
245 | 245 |
*p = *pict; |
246 |
p->pict_type= FF_I_TYPE;
|
|
246 |
p->pict_type= AV_PICTURE_TYPE_I;
|
|
247 | 247 |
p->key_frame= 1; |
248 | 248 |
|
249 | 249 |
s->bytestream_start= |
Also available in: Unified diff