]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ivi_common.h
configure: Rename cmov processor capability to i686
[ffmpeg] / libavcodec / ivi_common.h
index 8ac41a5554f5a8dd87fbeb5d2338779e0fd052e4..aeb6b15877207f4d0b83049832219000d2c14768 100644 (file)
@@ -195,7 +195,6 @@ typedef struct IVIPicConfig {
 
 typedef struct IVI45DecContext {
     GetBitContext   gb;
-    AVFrame         frame;
     RVMapDesc       rvmap_tabs[9];   ///< local corrected copy of the static rvmap tables
 
     uint32_t        frame_num;
@@ -314,6 +313,6 @@ int  ff_ivi_init_tiles(IVIPlaneDesc *planes, int tile_width, int tile_height);
 
 int ff_ivi_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
                         AVPacket *avpkt);
-av_cold int ff_ivi_decode_close(AVCodecContext *avctx);
+int ff_ivi_decode_close(AVCodecContext *avctx);
 
 #endif /* AVCODEC_IVI_COMMON_H */