Revision ce5e49b0 libavcodec/dpxenc.c
libavcodec/dpxenc.c | ||
---|---|---|
35 | 35 |
DPXContext *s = avctx->priv_data; |
36 | 36 |
|
37 | 37 |
avctx->coded_frame = &s->picture; |
38 |
avctx->coded_frame->pict_type = FF_I_TYPE;
|
|
38 |
avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
|
|
39 | 39 |
avctx->coded_frame->key_frame = 1; |
40 | 40 |
|
41 | 41 |
s->big_endian = 1; |
Also available in: Unified diff