Revision ce5e49b0 libavcodec/avs.c
libavcodec/avs.c | ||
---|---|---|
63 | 63 |
return -1; |
64 | 64 |
} |
65 | 65 |
p->reference = 1; |
66 |
p->pict_type = FF_P_TYPE;
|
|
66 |
p->pict_type = AV_PICTURE_TYPE_P;
|
|
67 | 67 |
p->key_frame = 0; |
68 | 68 |
|
69 | 69 |
out = avs->picture.data[0]; |
... | ... | |
93 | 93 |
|
94 | 94 |
switch (sub_type) { |
95 | 95 |
case AVS_I_FRAME: |
96 |
p->pict_type = FF_I_TYPE;
|
|
96 |
p->pict_type = AV_PICTURE_TYPE_I;
|
|
97 | 97 |
p->key_frame = 1; |
98 | 98 |
case AVS_P_FRAME_3X3: |
99 | 99 |
vect_w = 3; |
Also available in: Unified diff