]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pamenc.c
psymodel: Remove the single channel analysis function
[ffmpeg] / libavcodec / pamenc.c
index 8225a627074b0e7e673fe764e0fee8f6880fd6a2..fbf9fd88aaf5e80a21314e404b9987ff6952f316 100644 (file)
@@ -40,7 +40,7 @@ static int pam_encode_frame(AVCodecContext *avctx, unsigned char *outbuf,
     }
 
     *p           = *pict;
-    p->pict_type = FF_I_TYPE;
+    p->pict_type = AV_PICTURE_TYPE_I;
     p->key_frame = 1;
 
     s->bytestream_start =