Revision b6675279 libavcodec/libvorbis.c
libavcodec/libvorbis.c | ||
---|---|---|
55 | 55 |
} OggVorbisContext ; |
56 | 56 |
|
57 | 57 |
static const AVOption options[]={ |
58 |
{"iblock", "Sets the impulse block bias", offsetof(OggVorbisContext, iblock), FF_OPT_TYPE_DOUBLE, 0, -15, 0, AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_ENCODING_PARAM},
|
|
58 |
{"iblock", "Sets the impulse block bias", offsetof(OggVorbisContext, iblock), FF_OPT_TYPE_DOUBLE, {.dbl = 0}, -15, 0, AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_ENCODING_PARAM},
|
|
59 | 59 |
{NULL} |
60 | 60 |
}; |
61 | 61 |
static const AVClass class = { "libvorbis", av_default_item_name, options, LIBAVUTIL_VERSION_INT }; |
Also available in: Unified diff