diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-05 11:31:33 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-02-06 19:39:24 +0100 |
commit | 32f3c541bcddd1313212792c78c5ae643570b904 (patch) | |
tree | 94e9e55d7dd6fbd7d84b4f150b5e45373192d5c0 /libavformat | |
parent | ec1f3cab2061531d9b200213afeb5614f880d5d4 (diff) | |
download | ffmpeg-32f3c541bcddd1313212792c78c5ae643570b904.tar.gz |
doxygen: Do not include license boilerplates in Doxygen comment blocks.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/rtpdec_latm.c | 2 | ||||
-rw-r--r-- | libavformat/rtpdec_mpeg4.c | 2 | ||||
-rw-r--r-- | libavformat/rtpdec_qcelp.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/rtpdec_latm.c b/libavformat/rtpdec_latm.c index 96f4e83c6e..ed0a435514 100644 --- a/libavformat/rtpdec_latm.c +++ b/libavformat/rtpdec_latm.c @@ -1,4 +1,4 @@ -/** +/* * RTP Depacketization of MP4A-LATM, RFC 3016 * Copyright (c) 2010 Martin Storsjo * diff --git a/libavformat/rtpdec_mpeg4.c b/libavformat/rtpdec_mpeg4.c index b143c1aee8..99792c9628 100644 --- a/libavformat/rtpdec_mpeg4.c +++ b/libavformat/rtpdec_mpeg4.c @@ -1,4 +1,4 @@ -/** +/* * Common code for the RTP depacketization of MPEG-4 formats. * Copyright (c) 2010 Fabrice Bellard * Romain Degez diff --git a/libavformat/rtpdec_qcelp.c b/libavformat/rtpdec_qcelp.c index 325683c396..23826132db 100644 --- a/libavformat/rtpdec_qcelp.c +++ b/libavformat/rtpdec_qcelp.c @@ -1,4 +1,4 @@ -/** +/* * RTP Depacketization of QCELP/PureVoice, RFC 2658 * Copyright (c) 2010 Martin Storsjo * |