diff options
author | Clément Bœsch <u@pkh.me> | 2017-04-03 20:43:45 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-04-03 20:43:45 +0200 |
commit | 98c66e2fe46dc7bdc8e85feefb09fa1b0713d8c4 (patch) | |
tree | 56c5cae6ef481353638d95b20f156e3004b1b5b6 | |
parent | 47d8410daca4aaf08bc886eb6d08e6fafe4fb6f1 (diff) | |
parent | 81a3c42abe17e757fe890607f67201a240648993 (diff) | |
download | ffmpeg-98c66e2fe46dc7bdc8e85feefb09fa1b0713d8c4.tar.gz |
Merge commit '81a3c42abe17e757fe890607f67201a240648993'
* commit '81a3c42abe17e757fe890607f67201a240648993':
Drop some bogus Doxygen documentation.
See 9365dfcbf665b83b2e60c5ec5e2abf1f0a49e2c3
Merged-by: Clément Bœsch <u@pkh.me>
-rw-r--r-- | libavcodec/vorbis_parser.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/vorbis_parser.h b/libavcodec/vorbis_parser.h index 92050277ed..789932ac49 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); |