]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/audiotoolboxdec.c
configure: Simplify detection of static x264 on systems without pkg-config.
[ffmpeg] / libavcodec / audiotoolboxdec.c
index 3711665bbdca7f452f6bbe78e7cc6592f0103d9f..5c0a9de8f636fe0516808c56b1aa4ec079d09034 100644 (file)
@@ -597,6 +597,7 @@ static av_cold int ffat_close_decoder(AVCodecContext *avctx)
         .bsfs           = bsf_name, \
         .capabilities   = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_DELAY, \
         .caps_internal  = FF_CODEC_CAP_INIT_THREADSAFE | FF_CODEC_CAP_INIT_CLEANUP, \
+        .wrapper_name   = "at", \
     };
 
 FFAT_DEC(aac,          AV_CODEC_ID_AAC, "aac_adtstoasc")