[FFmpeg-cvslog] Merge commit '81a3c42abe17e757fe890607f67201a240648993'
Clément Bœsch
git at videolan.org
Mon Apr 3 21:44:10 EEST 2017
ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Mon Apr 3 20:43:45 2017 +0200| [98c66e2fe46dc7bdc8e85feefb09fa1b0713d8c4] | committer: Clément Bœsch
Merge commit '81a3c42abe17e757fe890607f67201a240648993'
* commit '81a3c42abe17e757fe890607f67201a240648993':
Drop some bogus Doxygen documentation.
See 9365dfcbf665b83b2e60c5ec5e2abf1f0a49e2c3
Merged-by: Clément Bœsch <u at pkh.me>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=98c66e2fe46dc7bdc8e85feefb09fa1b0713d8c4
---
libavcodec/vorbis_parser.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavcodec/vorbis_parser.h b/libavcodec/vorbis_parser.h
index 9205027..789932a 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);
======================================================================
More information about the ffmpeg-cvslog
mailing list