]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/alsa_enc.c
libavdevice: Update the class name as uniform style
[ffmpeg] / libavdevice / alsa_enc.c
index 0bef625ea463025307b904a2c7034565da9ca515..1a6d01e3b1bb4efadd5ae2866bf0b1325b2471a7 100644 (file)
@@ -151,7 +151,7 @@ static int audio_get_device_list(AVFormatContext *h, AVDeviceInfoList *device_li
 }
 
 static const AVClass alsa_muxer_class = {
-    .class_name     = "ALSA muxer",
+    .class_name     = "ALSA outdev",
     .item_name      = av_default_item_name,
     .version        = LIBAVUTIL_VERSION_INT,
     .category       = AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT,