Browse Source

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>
tags/n4.3
Jun Zhao 5 years ago
parent
commit
3aeb681f07
12 changed files with 12 additions and 12 deletions
  1. +1
    -1
      libavdevice/alsa_dec.c
  2. +1
    -1
      libavdevice/alsa_enc.c
  3. +1
    -1
      libavdevice/avfoundation.m
  4. +1
    -1
      libavdevice/bktr.c
  5. +1
    -1
      libavdevice/caca.c
  6. +1
    -1
      libavdevice/decklink_dec_c.c
  7. +1
    -1
      libavdevice/decklink_enc_c.c
  8. +1
    -1
      libavdevice/openal-dec.c
  9. +1
    -1
      libavdevice/oss_dec.c
  10. +1
    -1
      libavdevice/oss_enc.c
  11. +1
    -1
      libavdevice/pulse_audio_dec.c
  12. +1
    -1
      libavdevice/pulse_audio_enc.c

+ 1
- 1
libavdevice/alsa_dec.c View File

@@ -148,7 +148,7 @@ static const AVOption options[] = {
}; };


static const AVClass alsa_demuxer_class = { static const AVClass alsa_demuxer_class = {
.class_name = "ALSA demuxer",
.class_name = "ALSA indev",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.option = options, .option = options,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,


+ 1
- 1
libavdevice/alsa_enc.c View File

@@ -151,7 +151,7 @@ static int audio_get_device_list(AVFormatContext *h, AVDeviceInfoList *device_li
} }


static const AVClass alsa_muxer_class = { static const AVClass alsa_muxer_class = {
.class_name = "ALSA muxer",
.class_name = "ALSA outdev",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT, .category = AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT,


+ 1
- 1
libavdevice/avfoundation.m View File

@@ -1140,7 +1140,7 @@ static const AVOption options[] = {
}; };


static const AVClass avf_class = { static const AVClass avf_class = {
.class_name = "AVFoundation input device",
.class_name = "AVFoundation indev",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.option = options, .option = options,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,


+ 1
- 1
libavdevice/bktr.c View File

@@ -341,7 +341,7 @@ static const AVOption options[] = {
}; };


static const AVClass bktr_class = { static const AVClass bktr_class = {
.class_name = "BKTR grab interface",
.class_name = "BKTR grab indev",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.option = options, .option = options,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,


+ 1
- 1
libavdevice/caca.c View File

@@ -220,7 +220,7 @@ static const AVOption options[] = {
}; };


static const AVClass caca_class = { static const AVClass caca_class = {
.class_name = "caca_outdev",
.class_name = "caca outdev",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.option = options, .option = options,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,


+ 1
- 1
libavdevice/decklink_dec_c.c View File

@@ -89,7 +89,7 @@ static const AVOption options[] = {
}; };


static const AVClass decklink_demuxer_class = { static const AVClass decklink_demuxer_class = {
.class_name = "Blackmagic DeckLink demuxer",
.class_name = "Blackmagic DeckLink indev",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.option = options, .option = options,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,


+ 1
- 1
libavdevice/decklink_enc_c.c View File

@@ -41,7 +41,7 @@ static const AVOption options[] = {
}; };


static const AVClass decklink_muxer_class = { static const AVClass decklink_muxer_class = {
.class_name = "Blackmagic DeckLink muxer",
.class_name = "Blackmagic DeckLink outdev",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.option = options, .option = options,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,


+ 1
- 1
libavdevice/openal-dec.c View File

@@ -241,7 +241,7 @@ static const AVOption options[] = {
}; };


static const AVClass class = { static const AVClass class = {
.class_name = "openal",
.class_name = "openal indev",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.option = options, .option = options,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,


+ 1
- 1
libavdevice/oss_dec.c View File

@@ -125,7 +125,7 @@ static const AVOption options[] = {
}; };


static const AVClass oss_demuxer_class = { static const AVClass oss_demuxer_class = {
.class_name = "OSS demuxer",
.class_name = "OSS indev",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.option = options, .option = options,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,


+ 1
- 1
libavdevice/oss_enc.c View File

@@ -90,7 +90,7 @@ static int audio_write_trailer(AVFormatContext *s1)
} }


static const AVClass oss_muxer_class = { static const AVClass oss_muxer_class = {
.class_name = "OSS muxer",
.class_name = "OSS outdev",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT, .category = AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT,


+ 1
- 1
libavdevice/pulse_audio_dec.c View File

@@ -359,7 +359,7 @@ static const AVOption options[] = {
}; };


static const AVClass pulse_demuxer_class = { static const AVClass pulse_demuxer_class = {
.class_name = "Pulse demuxer",
.class_name = "Pulse indev",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.option = options, .option = options,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,


+ 1
- 1
libavdevice/pulse_audio_enc.c View File

@@ -771,7 +771,7 @@ static const AVOption options[] = {
}; };


static const AVClass pulse_muxer_class = { static const AVClass pulse_muxer_class = {
.class_name = "PulseAudio muxer",
.class_name = "PulseAudio outdev",
.item_name = av_default_item_name, .item_name = av_default_item_name,
.option = options, .option = options,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,


Loading…
Cancel
Save