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/oggdec.c | |
parent | c68fafe0d2bdf3d4943a3602c52b0a7c83be8171 (diff) | |
download | ffmpeg-e873c03ac7cec62474fe8405391080abb78f4a02.tar.gz |
misc Doxygen markup improvements
Diffstat (limited to 'libavformat/oggdec.c')
-rw-r--r-- | libavformat/oggdec.c | 5 |
1 files changed, 2 insertions, 3 deletions
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> |