Revision ce5e49b0 libavcodec/vcr1.c
libavcodec/vcr1.c | ||
---|---|---|
61 | 61 |
av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n"); |
62 | 62 |
return -1; |
63 | 63 |
} |
64 |
p->pict_type= FF_I_TYPE;
|
|
64 |
p->pict_type= AV_PICTURE_TYPE_I;
|
|
65 | 65 |
p->key_frame= 1; |
66 | 66 |
|
67 | 67 |
for(i=0; i<16; i++){ |
... | ... | |
127 | 127 |
int size; |
128 | 128 |
|
129 | 129 |
*p = *pict; |
130 |
p->pict_type= FF_I_TYPE;
|
|
130 |
p->pict_type= AV_PICTURE_TYPE_I;
|
|
131 | 131 |
p->key_frame= 1; |
132 | 132 |
|
133 | 133 |
emms_c(); |
Also available in: Unified diff