VorbisParseContextvp;/**< parse context to get durations */
AudioFrameQueueafq;/**< frame queue for timestamps */
}OggVorbisContext;
}LibvorbisContext;
staticconstAVOptionoptions[]={
{"iblock","Sets the impulse block bias",offsetof(OggVorbisContext,iblock),AV_OPT_TYPE_DOUBLE,{.dbl=0},-15,0,AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_ENCODING_PARAM},
{"iblock","Sets the impulse block bias",offsetof(LibvorbisContext,iblock),AV_OPT_TYPE_DOUBLE,{.dbl=0},-15,0,AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_ENCODING_PARAM},
{NULL}
};
...
...
@@ -85,9 +85,9 @@ static int vorbis_error_to_averror(int ov_err)