diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-11-09 22:10:39 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-11-21 14:29:11 +0100 |
commit | 81a3c42abe17e757fe890607f67201a240648993 (patch) | |
tree | d39bdc1e065b72bb37ab5a94872469a56b3af4fb | |
parent | a1d9de304fe63614e3aa8117fef17491fa80093d (diff) | |
download | ffmpeg-81a3c42abe17e757fe890607f67201a240648993.tar.gz |
Drop some bogus Doxygen documentation.
-rw-r--r-- | libavcodec/vorbis_parser.h | 3 | ||||
-rw-r--r-- | libavutil/hwcontext.h | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/vorbis_parser.h b/libavcodec/vorbis_parser.h index f97a523fb7..88d4d59f6e 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 1181659b96..037ca64224 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. */ |