Module: libav
Branch: master
Commit: 32f3c541bcddd1313212792c78c5ae643570b904

Author:    Diego Biurrun <[email protected]>
Committer: Diego Biurrun <[email protected]>
Date:      Sun Feb  5 11:31:33 2012 +0100

doxygen: Do not include license boilerplates in Doxygen comment blocks.

---

 libavcodec/alacenc.c             |    2 +-
 libavcodec/arm/vp8.h             |    2 +-
 libavcodec/arm/vp8_armv6.S       |    2 +-
 libavcodec/arm/vp8dsp_init_arm.c |    2 +-
 libavcodec/arm/vp8dsp_neon.S     |    2 +-
 libavcodec/flacenc.c             |    2 +-
 libavcodec/jfdctint.c            |    2 +-
 libavcodec/lpc.c                 |    2 +-
 libavcodec/lpc.h                 |    2 +-
 libavcodec/ppc/vp8dsp_altivec.c  |    2 +-
 libavcodec/vp8.c                 |    2 +-
 libavcodec/vp8.h                 |    2 +-
 libavformat/rtpdec_latm.c        |    2 +-
 libavformat/rtpdec_mpeg4.c       |    2 +-
 libavformat/rtpdec_qcelp.c       |    2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/libavcodec/alacenc.c b/libavcodec/alacenc.c
index 89d8e09..19708eb 100644
--- a/libavcodec/alacenc.c
+++ b/libavcodec/alacenc.c
@@ -1,4 +1,4 @@
-/**
+/*
  * ALAC audio encoder
  * Copyright (c) 2008  Jaikrishnan Menon <[email protected]>
  *
diff --git a/libavcodec/arm/vp8.h b/libavcodec/arm/vp8.h
index 76a0397..0fb4edf 100644
--- a/libavcodec/arm/vp8.h
+++ b/libavcodec/arm/vp8.h
@@ -1,4 +1,4 @@
-/**
+/*
  * This file is part of Libav.
  *
  * Libav is free software; you can redistribute it and/or
diff --git a/libavcodec/arm/vp8_armv6.S b/libavcodec/arm/vp8_armv6.S
index 594046d..c9dc30b 100644
--- a/libavcodec/arm/vp8_armv6.S
+++ b/libavcodec/arm/vp8_armv6.S
@@ -1,4 +1,4 @@
-/**
+/*
  * Copyright (C) 2010 Mans Rullgard
  *
  * This file is part of Libav.
diff --git a/libavcodec/arm/vp8dsp_init_arm.c b/libavcodec/arm/vp8dsp_init_arm.c
index 269c6e3..5eea846 100644
--- a/libavcodec/arm/vp8dsp_init_arm.c
+++ b/libavcodec/arm/vp8dsp_init_arm.c
@@ -1,4 +1,4 @@
-/**
+/*
  * This file is part of Libav.
  *
  * Libav is free software; you can redistribute it and/or
diff --git a/libavcodec/arm/vp8dsp_neon.S b/libavcodec/arm/vp8dsp_neon.S
index 4ff53ad..e9f5b29 100644
--- a/libavcodec/arm/vp8dsp_neon.S
+++ b/libavcodec/arm/vp8dsp_neon.S
@@ -1,4 +1,4 @@
-/**
+/*
  * VP8 NEON optimisations
  *
  * Copyright (c) 2010 Rob Clark <[email protected]>
diff --git a/libavcodec/flacenc.c b/libavcodec/flacenc.c
index 47fcca1..9007141 100644
--- a/libavcodec/flacenc.c
+++ b/libavcodec/flacenc.c
@@ -1,4 +1,4 @@
-/**
+/*
  * FLAC audio encoder
  * Copyright (c) 2006  Justin Ruggles <[email protected]>
  *
diff --git a/libavcodec/jfdctint.c b/libavcodec/jfdctint.c
index 0482bc5..ed6b7ff 100644
--- a/libavcodec/jfdctint.c
+++ b/libavcodec/jfdctint.c
@@ -1,4 +1,4 @@
-/**
+/*
  * This file is part of Libav.
  *
  * Libav is free software; you can redistribute it and/or
diff --git a/libavcodec/lpc.c b/libavcodec/lpc.c
index d1833cb..0d6910f 100644
--- a/libavcodec/lpc.c
+++ b/libavcodec/lpc.c
@@ -1,4 +1,4 @@
-/**
+/*
  * LPC utility code
  * Copyright (c) 2006  Justin Ruggles <[email protected]>
  *
diff --git a/libavcodec/lpc.h b/libavcodec/lpc.h
index 2a944b6..1775374 100644
--- a/libavcodec/lpc.h
+++ b/libavcodec/lpc.h
@@ -1,4 +1,4 @@
-/**
+/*
  * LPC utility code
  * Copyright (c) 2006  Justin Ruggles <[email protected]>
  *
diff --git a/libavcodec/ppc/vp8dsp_altivec.c b/libavcodec/ppc/vp8dsp_altivec.c
index 06874b8..bdda7df 100644
--- a/libavcodec/ppc/vp8dsp_altivec.c
+++ b/libavcodec/ppc/vp8dsp_altivec.c
@@ -1,4 +1,4 @@
-/**
+/*
  * VP8 compatible video decoder
  *
  * Copyright (C) 2010 David Conrad
diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c
index 8338198..7669af1 100644
--- a/libavcodec/vp8.c
+++ b/libavcodec/vp8.c
@@ -1,4 +1,4 @@
-/**
+/*
  * VP8 compatible video decoder
  *
  * Copyright (C) 2010 David Conrad
diff --git a/libavcodec/vp8.h b/libavcodec/vp8.h
index 6cbdca2..a738cb7 100644
--- a/libavcodec/vp8.h
+++ b/libavcodec/vp8.h
@@ -1,4 +1,4 @@
-/**
+/*
  * VP8 compatible video decoder
  *
  * Copyright (C) 2010 David Conrad
diff --git a/libavformat/rtpdec_latm.c b/libavformat/rtpdec_latm.c
index 96f4e83..ed0a435 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 b143c1a..99792c9 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 325683c..2382613 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
  *

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to