mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +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:
parent
9c3adb7ce2
commit
3aeb681f07
12 changed files with 12 additions and 12 deletions
|
|
@ -148,7 +148,7 @@ static const AVOption options[] = {
|
|||
};
|
||||
|
||||
static const AVClass alsa_demuxer_class = {
|
||||
.class_name = "ALSA demuxer",
|
||||
.class_name = "ALSA indev",
|
||||
.item_name = av_default_item_name,
|
||||
.option = options,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue