diff options
Diffstat (limited to 'libavcodec/targaenc.c')
-rw-r--r-- | libavcodec/targaenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/targaenc.c b/libavcodec/targaenc.c index 5c5fd008c1..7bdaca3bec 100644 --- a/libavcodec/targaenc.c +++ b/libavcodec/targaenc.c @@ -90,7 +90,7 @@ static int targa_encode_frame(AVCodecContext *avctx, return AVERROR(EINVAL); } - p->pict_type= FF_I_TYPE; + p->pict_type= AV_PICTURE_TYPE_I; p->key_frame= 1; /* zero out the header and only set applicable fields */ |