[SCM] libav/experimental: Remove useless ulti_decode_end function.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:50:45 UTC 2013


The following commit has been merged in the experimental branch:
commit 8444059fb38301645bfe3f89e39424445899529f
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sat Sep 5 16:41:20 2009 +0000

    Remove useless ulti_decode_end function.
    
    Originally committed as revision 19770 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ulti.c b/libavcodec/ulti.c
index ac21f41..f58874a 100644
--- a/libavcodec/ulti.c
+++ b/libavcodec/ulti.c
@@ -394,13 +394,6 @@ static int ulti_decode_frame(AVCodecContext *avctx,
     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 @@ AVCodec ulti_decoder = {
     sizeof(UltimotionDecodeContext),
     ulti_decode_init,
     NULL,
-    ulti_decode_end,
+    NULL,
     ulti_decode_frame,
     CODEC_CAP_DR1,
     NULL,

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list