mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-05 22:40:09 +01:00
libavdevice: Update the class name as uniform style
Update the class name to uniform indev/outdev style. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
This commit is contained in:
@@ -771,7 +771,7 @@ static const AVOption options[] = {
|
||||
};
|
||||
|
||||
static const AVClass pulse_muxer_class = {
|
||||
.class_name = "PulseAudio muxer",
|
||||
.class_name = "PulseAudio outdev",
|
||||
.item_name = av_default_item_name,
|
||||
.option = options,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
|
||||
Reference in New Issue
Block a user