Revision ce5e49b0 libavcodec/targaenc.c
libavcodec/targaenc.c | ||
---|---|---|
90 | 90 |
return AVERROR(EINVAL); |
91 | 91 |
} |
92 | 92 |
|
93 |
p->pict_type= FF_I_TYPE;
|
|
93 |
p->pict_type= AV_PICTURE_TYPE_I;
|
|
94 | 94 |
p->key_frame= 1; |
95 | 95 |
|
96 | 96 |
/* zero out the header and only set applicable fields */ |
Also available in: Unified diff