diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-10-30 19:10:50 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-05 13:06:58 +0100 |
commit | e873c03ac7cec62474fe8405391080abb78f4a02 (patch) | |
tree | 6d0d258e61276e3ac8f842c8c1d47210734a0e06 /libavformat | |
parent | c68fafe0d2bdf3d4943a3602c52b0a7c83be8171 (diff) | |
download | ffmpeg-e873c03ac7cec62474fe8405391080abb78f4a02.tar.gz |
misc Doxygen markup improvements
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/matroskadec.c | 8 | ||||
-rw-r--r-- | libavformat/oggdec.c | 5 |
2 files changed, 6 insertions, 7 deletions
diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 6fdad8b9fc..b61c819ce3 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -22,10 +22,10 @@ /** * @file * Matroska file demuxer - * by Ronald Bultje <rbultje@ronald.bitfreak.net> - * with a little help from Moritz Bunkus <moritz@bunkus.org> - * totally reworked by Aurelien Jacobs <aurel@gnuage.org> - * Specs available on the Matroska project page: http://www.matroska.org/. + * @author Ronald Bultje <rbultje@ronald.bitfreak.net> + * @author with a little help from Moritz Bunkus <moritz@bunkus.org> + * @author totally reworked by Aurelien Jacobs <aurel@gnuage.org> + * @see specs available on the Matroska project page: http://www.matroska.org/ */ #include <stdio.h> diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c index c22f2bed60..36e2c452da 100644 --- a/libavformat/oggdec.c +++ b/libavformat/oggdec.c @@ -2,10 +2,9 @@ * Ogg bitstream support * Luca Barbato <lu_zero@gentoo.org> * Based on tcvp implementation - * */ -/** +/* Copyright (C) 2005 Michael Ahlberg, Måns Rullgård Permission is hereby granted, free of charge, to any person @@ -27,7 +26,7 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -**/ + */ #include <stdio.h> |