Drop some bogus Doxygen documentation.

pull/117/merge
Diego Biurrun 8 years ago
parent a1d9de304f
commit 81a3c42abe
  1. 3
      libavcodec/vorbis_parser.h
  2. 2
      libavutil/hwcontext.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);

@ -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.
*/

Loading…
Cancel
Save