]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cavs.h
avcodec/xsubdec: Check av_mallocz() return codes
[ffmpeg] / libavcodec / cavs.h
index 12f396228ec7c0e853d6127ebb2fe28acea874c4..fb9df15194083ab50a54f3fe5593238627047ac2 100644 (file)
@@ -272,7 +272,7 @@ void ff_cavs_mv(AVSContext *h, enum cavs_mv_loc nP, enum cavs_mv_loc nC,
 void ff_cavs_init_mb(AVSContext *h);
 int  ff_cavs_next_mb(AVSContext *h);
 int ff_cavs_init_pic(AVSContext *h);
-void ff_cavs_init_top_lines(AVSContext *h);
+int ff_cavs_init_top_lines(AVSContext *h);
 int ff_cavs_init(AVCodecContext *avctx);
 int ff_cavs_end (AVCodecContext *avctx);