Revision ce5e49b0 libavcodec/txd.c
libavcodec/txd.c | ||
---|---|---|
89 | 89 |
return -1; |
90 | 90 |
} |
91 | 91 |
|
92 |
p->pict_type = FF_I_TYPE;
|
|
92 |
p->pict_type = AV_PICTURE_TYPE_I;
|
|
93 | 93 |
|
94 | 94 |
ptr = p->data[0]; |
95 | 95 |
stride = p->linesize[0]; |
Also available in: Unified diff