]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mss2.c
avformat: Remove FFserver leftovers
[ffmpeg] / libavcodec / mss2.c
index 9434a740a7cf49cefc5ea2df03b60a80bb4a27e4..a27fae7559267e2e59af5ed216d8e5dff9b98140 100644 (file)
@@ -751,9 +751,7 @@ static av_cold int wmv9_init(AVCodecContext *avctx)
 
     v->s.avctx    = avctx;
 
-    if ((ret = ff_vc1_init_common(v)) < 0)
-        return ret;
-    ff_vc1dsp_init(&v->vc1dsp);
+    ff_vc1_init_common(v);
 
     v->profile = PROFILE_MAIN;