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:
Jun Zhao
2019-08-13 09:55:12 +08:00
parent 9c3adb7ce2
commit 3aeb681f07
12 changed files with 12 additions and 12 deletions

View File

@@ -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,