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/rtpdec_latm.c | |
parent | ec1f3cab2061531d9b200213afeb5614f880d5d4 (diff) | |
download | ffmpeg-32f3c541bcddd1313212792c78c5ae643570b904.tar.gz |
doxygen: Do not include license boilerplates in Doxygen comment blocks.
Diffstat (limited to 'libavformat/rtpdec_latm.c')
-rw-r--r-- | libavformat/rtpdec_latm.c | 2 |
1 files changed, 1 insertions, 1 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 * |