Commit 98c66e2f authored by Clément Bœsch's avatar Clément Bœsch

Merge commit '81a3c42a'

* commit '81a3c42a':
  Drop some bogus Doxygen documentation.

See 9365dfcbMerged-by: 's avatarClément Bœsch <u@pkh.me>
parents 47d8410d 81a3c42a
...@@ -32,9 +32,6 @@ typedef struct AVVorbisParseContext AVVorbisParseContext; ...@@ -32,9 +32,6 @@ typedef struct AVVorbisParseContext AVVorbisParseContext;
/** /**
* Allocate and initialize the Vorbis parser using headers in the extradata. * 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, AVVorbisParseContext *av_vorbis_parse_init(const uint8_t *extradata,
int extradata_size); int extradata_size);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment