]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h261.c
h264: Use AVERROR return codes instead of -1
[ffmpeg] / libavcodec / h261.c
index b9783f1510f425605cf1f22b2eceffd40173164f..bca7809773809a4e843b02e1a6db6a2f3345f83f 100644 (file)
@@ -87,6 +87,6 @@ av_cold void ff_h261_common_init(void)
     if (done)
         return;
 
-    ff_init_rl(&ff_h261_rl_tcoeff, ff_h261_rl_table_store);
+    ff_rl_init(&ff_h261_rl_tcoeff, ff_h261_rl_table_store);
     done = 1;
 }