Commit 81a3c42a authored by Diego Biurrun's avatar Diego Biurrun

Drop some bogus Doxygen documentation.

parent a1d9de30
...@@ -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);
......
...@@ -225,8 +225,6 @@ typedef struct AVHWFramesContext { ...@@ -225,8 +225,6 @@ typedef struct AVHWFramesContext {
/** /**
* Allocate an AVHWDeviceContext for a given pixel format. * 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 * @return a reference to the newly created AVHWDeviceContext on success or NULL
* on failure. * on failure.
*/ */
......
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