summaryrefslogtreecommitdiff
path: root/libavdevice/openal-dec.c
diff options
context:
space:
mode:
authorJun Zhao <barryjzhao@tencent.com>2019-08-13 09:55:12 +0800
committerJun Zhao <barryjzhao@tencent.com>2019-08-15 09:29:55 +0800
commit3aeb681f074ab0fc4cadee7d030a25469f19cb0d (patch)
treef42e600bafaeb4575c2cf3b0ab4e9e18c22bb987 /libavdevice/openal-dec.c
parent9c3adb7ce23522dcceb264bc0bffd3592dd3e1a5 (diff)
downloadffmpeg-3aeb681f074ab0fc4cadee7d030a25469f19cb0d.tar.gz
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>
Diffstat (limited to 'libavdevice/openal-dec.c')
-rw-r--r--libavdevice/openal-dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/openal-dec.c b/libavdevice/openal-dec.c
index c19048e15d..57de665eb6 100644
--- a/libavdevice/openal-dec.c
+++ b/libavdevice/openal-dec.c
@@ -241,7 +241,7 @@ static const AVOption options[] = {
};
static const AVClass class = {
- .class_name = "openal",
+ .class_name = "openal indev",
.item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,