# HG changeset patch # User reimar # Date 1252168880 0 # Node ID a16f7411601572d786f02101d02d35f1dd415860 # Parent 4f974b8d88511fdc3a9b3acfcd14012ec2de85bc Remove useless ulti_decode_end function. diff -r 4f974b8d8851 -r a16f74116015 ulti.c --- a/ulti.c Sat Sep 05 11:22:36 2009 +0000 +++ b/ulti.c Sat Sep 05 16:41:20 2009 +0000 @@ -394,13 +394,6 @@ return buf_size; } -static av_cold int ulti_decode_end(AVCodecContext *avctx) -{ -/* UltimotionDecodeContext *s = avctx->priv_data;*/ - - return 0; -} - AVCodec ulti_decoder = { "ultimotion", CODEC_TYPE_VIDEO, @@ -408,7 +401,7 @@ sizeof(UltimotionDecodeContext), ulti_decode_init, NULL, - ulti_decode_end, + NULL, ulti_decode_frame, CODEC_CAP_DR1, NULL,