]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libtheoraenc.c
intrax8: Check and propagate errors from ff_intrax8_common_init
[ffmpeg] / libavcodec / libtheoraenc.c
index 38e0bc71cfd3cfa5d2c73b55dcb715f7d80dc76b..9ed9a50493755b48f84122278e11be0835af4f82 100644 (file)
@@ -378,7 +378,7 @@ AVCodec ff_libtheora_encoder = {
     .init           = encode_init,
     .close          = encode_close,
     .encode2        = encode_frame,
-    .capabilities   = CODEC_CAP_DELAY, // needed to get the statsfile summary
+    .capabilities   = AV_CODEC_CAP_DELAY, // needed to get the statsfile summary
     .pix_fmts       = (const enum AVPixelFormat[]){
         AV_PIX_FMT_YUV420P, AV_PIX_FMT_YUV422P, AV_PIX_FMT_YUV444P, AV_PIX_FMT_NONE
     },