]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vorbis_parser.h
libopusdec: fix out-of-bounds read
[ffmpeg] / libavcodec / vorbis_parser.h
index f97a523fb795fa2ec5a8dd16411286e8d94b0394..88d4d59f6e63cb1b43a5e50671eac3b7932e5f74 100644 (file)
@@ -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);