X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavcodec%2Flibfdk-aacenc.c;h=d47137b227a6d5946abfde8dcf607869f134f557;hb=91bb871376730a2394ed0ae1a3fd4295977002d3;hp=ca0f4bf72293c832f4d767918a2ac72e4ff2c72d;hpb=dd1ecf093c0fbcfbb466faec92c51055ca1d4d2d;p=ffmpeg diff --git a/libavcodec/libfdk-aacenc.c b/libavcodec/libfdk-aacenc.c index ca0f4bf7229..d47137b227a 100644 --- a/libavcodec/libfdk-aacenc.c +++ b/libavcodec/libfdk-aacenc.c @@ -428,4 +428,5 @@ AVCodec ff_libfdk_aac_encoder = { .profiles = profiles, .supported_samplerates = aac_sample_rates, .channel_layouts = aac_channel_layout, + .wrapper_name = "libfdk", };