[FFmpeg-cvslog] r26165 - trunk/libavcodec/libvorbis.c
jbr
subversion
Thu Dec 30 05:22:42 CET 2010
Author: jbr
Date: Thu Dec 30 05:22:41 2010
New Revision: 26165
Log:
Add audio flag to libvorbis AVOption.
Modified:
trunk/libavcodec/libvorbis.c
Modified: trunk/libavcodec/libvorbis.c
==============================================================================
--- trunk/libavcodec/libvorbis.c Thu Dec 30 05:09:44 2010 (r26164)
+++ trunk/libavcodec/libvorbis.c Thu Dec 30 05:22:41 2010 (r26165)
@@ -55,7 +55,7 @@ typedef struct OggVorbisContext {
} OggVorbisContext ;
static const AVOption options[]={
-{"iblock", "Sets the impulse block bias", offsetof(OggVorbisContext, iblock), FF_OPT_TYPE_DOUBLE, 0, -15, 0, AV_OPT_FLAG_ENCODING_PARAM},
+{"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},
{NULL}
};
static const AVClass class = { "libvorbis", av_default_item_name, options, LIBAVUTIL_VERSION_INT };
More information about the ffmpeg-cvslog
mailing list