On Thu, Nov 17, 2016 at 11:13 AM, Diego Biurrun <[email protected]> wrote: > --- > libavcodec/vorbis_parser.h | 3 --- > libavutil/hwcontext.h | 2 -- > 2 files changed, 5 deletions(-) > > diff --git a/libavcodec/vorbis_parser.h b/libavcodec/vorbis_parser.h > index f97a523..88d4d59 100644 > --- a/libavcodec/vorbis_parser.h > +++ b/libavcodec/vorbis_parser.h > @@ -32,9 +32,6 @@ typedef struct AVVorbisParseContext AVVorbisParseContext; > > /** > * Allocate and initialize the Vorbis parser using headers in the extradata. > - * > - * @param avctx codec context > - * @param s Vorbis parser context > */ > AVVorbisParseContext *av_vorbis_parse_init(const uint8_t *extradata, > int extradata_size); > diff --git a/libavutil/hwcontext.h b/libavutil/hwcontext.h > index 1181659..037ca64 100644 > --- a/libavutil/hwcontext.h > +++ b/libavutil/hwcontext.h > @@ -225,8 +225,6 @@ typedef struct AVHWFramesContext { > /** > * Allocate an AVHWDeviceContext for a given pixel format. > * > - * @param format a hwaccel pixel format (AV_PIX_FMT_FLAG_HWACCEL must be set > - * on the corresponding format descriptor) > * @return a reference to the newly created AVHWDeviceContext on success or > NULL > * on failure. > */ > --
sure -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
