From e5a389a1b70a32a56aa83377e88bf718251aa8f0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 5 Jul 2007 10:40:25 +0000 Subject: license header consistency cosmetics Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/8bps.c | 1 - libavcodec/allcodecs.h | 2 +- libavcodec/armv4l/mpegvideo_arm.c | 1 - libavcodec/audioconvert.c | 1 - libavcodec/avcodec.h | 2 +- libavcodec/avs.c | 2 +- libavcodec/beosthread.c | 1 - libavcodec/c93.c | 3 +-- libavcodec/cabac.c | 1 - libavcodec/cabac.h | 1 - libavcodec/cavs.c | 2 +- libavcodec/cavs.h | 2 +- libavcodec/cavs_parser.c | 2 +- libavcodec/cavsdata.h | 2 +- libavcodec/cavsdsp.c | 2 +- libavcodec/cinepak.c | 1 - libavcodec/cljr.c | 1 - libavcodec/cook.c | 1 - libavcodec/cookdata.h | 1 - libavcodec/dxa.c | 1 - libavcodec/eval.c | 1 - libavcodec/faandct.h | 1 - libavcodec/fdctref.c | 1 - libavcodec/ffv1.c | 1 - libavcodec/flicvideo.c | 1 - libavcodec/fraps.c | 1 - libavcodec/golomb.c | 1 - libavcodec/golomb.h | 1 - libavcodec/h264.c | 1 - libavcodec/h264.h | 1 - libavcodec/h264_parser.c | 1 - libavcodec/h264_parser.h | 1 - libavcodec/h264data.h | 1 - libavcodec/h264idct.c | 1 - libavcodec/i386/cavsdsp_mmx.c | 2 +- libavcodec/idcinvideo.c | 1 - libavcodec/imc.c | 1 - libavcodec/imcdata.h | 1 - libavcodec/indeo2.c | 1 - libavcodec/interplayvideo.c | 1 - libavcodec/kmvc.c | 1 - libavcodec/lcl.c | 1 - libavcodec/libtheoraenc.c | 2 +- libavcodec/libvorbis.c | 2 +- libavcodec/loco.c | 1 - libavcodec/mmvideo.c | 2 +- libavcodec/motion_est_template.c | 1 - libavcodec/mpc.c | 1 - libavcodec/mpcdata.h | 1 - libavcodec/msvideo1.c | 1 - libavcodec/opt.c | 1 - libavcodec/os2thread.c | 3 +-- libavcodec/ppc/idct_altivec.c | 1 - libavcodec/ppc/snow_altivec.c | 2 -- libavcodec/ppc/vc1dsp_altivec.c | 1 - libavcodec/ps2/idct_mmi.c | 3 +-- libavcodec/pthread.c | 1 - libavcodec/ptx.c | 1 - libavcodec/qdm2.c | 1 - libavcodec/qdm2data.h | 1 - libavcodec/qdrw.c | 1 - libavcodec/qpeg.c | 1 - libavcodec/qtrle.c | 1 - libavcodec/qtrleenc.c | 1 - libavcodec/rangecoder.c | 1 - libavcodec/rangecoder.h | 1 - libavcodec/resample2.c | 1 - libavcodec/rle.c | 1 - libavcodec/rle.h | 1 - libavcodec/roqvideodec.c | 1 - libavcodec/rpza.c | 1 - libavcodec/s3tc.h | 1 - libavcodec/smacker.c | 1 - libavcodec/smc.c | 1 - libavcodec/svq3.c | 6 +++--- libavcodec/targa.c | 1 - libavcodec/targaenc.c | 1 - libavcodec/tiff.c | 1 - libavcodec/tiff.h | 1 - libavcodec/tiffenc.c | 1 - libavcodec/truemotion2.c | 1 - libavcodec/tscc.c | 1 - libavcodec/tta.c | 2 +- libavcodec/ulti.c | 1 - libavcodec/vc1.c | 1 - libavcodec/vc1dsp.c | 1 - libavcodec/vmdav.c | 1 - libavcodec/vmnc.c | 1 - libavcodec/vorbis.c | 1 - libavcodec/vorbis_dec.c | 1 - libavcodec/vorbis_enc.c | 2 +- libavcodec/vorbis_enc_data.h | 2 +- libavcodec/vp3.c | 1 - libavcodec/vp5.c | 2 +- libavcodec/vp56.c | 2 +- libavcodec/vp56.h | 2 +- libavcodec/vp56data.c | 2 +- libavcodec/vp56data.h | 2 +- libavcodec/vp5data.h | 2 +- libavcodec/vp6data.h | 2 +- libavcodec/vqavideo.c | 1 - libavcodec/w32thread.c | 1 - libavcodec/wmv2.c | 1 - libavcodec/wnv1.c | 1 - libavcodec/xan.c | 1 - libavcodec/xl.c | 1 - libavcodec/zmbv.c | 1 - libavcodec/zmbvenc.c | 1 - 108 files changed, 28 insertions(+), 114 deletions(-) (limited to 'libavcodec') diff --git a/libavcodec/8bps.c b/libavcodec/8bps.c index e914a0d..64f5159 100644 --- a/libavcodec/8bps.c +++ b/libavcodec/8bps.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/allcodecs.h b/libavcodec/allcodecs.h index 89d8b78..3e18ca0 100644 --- a/libavcodec/allcodecs.h +++ b/libavcodec/allcodecs.h @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef ALLCODECS_H diff --git a/libavcodec/armv4l/mpegvideo_arm.c b/libavcodec/armv4l/mpegvideo_arm.c index 3371ed7..e1535a5 100644 --- a/libavcodec/armv4l/mpegvideo_arm.c +++ b/libavcodec/armv4l/mpegvideo_arm.c @@ -16,7 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ #include "dsputil.h" diff --git a/libavcodec/audioconvert.c b/libavcodec/audioconvert.c index cab743f..4c02121 100644 --- a/libavcodec/audioconvert.c +++ b/libavcodec/audioconvert.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index acb7445..a18d67e 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef AVCODEC_H diff --git a/libavcodec/avs.c b/libavcodec/avs.c index ebfa8ad..b4bba76 100644 --- a/libavcodec/avs.c +++ b/libavcodec/avs.c @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avcodec.h" diff --git a/libavcodec/beosthread.c b/libavcodec/beosthread.c index 2a56955..4c99bc0 100644 --- a/libavcodec/beosthread.c +++ b/libavcodec/beosthread.c @@ -16,7 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ //#define DEBUG diff --git a/libavcodec/c93.c b/libavcodec/c93.c index e2e3a51..c6a4866 100644 --- a/libavcodec/c93.c +++ b/libavcodec/c93.c @@ -16,8 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avcodec.h" diff --git a/libavcodec/cabac.c b/libavcodec/cabac.c index c6da629..2d51f6b 100644 --- a/libavcodec/cabac.c +++ b/libavcodec/cabac.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h index ea4d062..e27bcbc 100644 --- a/libavcodec/cabac.h +++ b/libavcodec/cabac.h @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/cavs.c b/libavcodec/cavs.c index c5f4848..452e57c 100644 --- a/libavcodec/cavs.c +++ b/libavcodec/cavs.c @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /** diff --git a/libavcodec/cavs.h b/libavcodec/cavs.h index a259b7a..fcdaef2 100644 --- a/libavcodec/cavs.h +++ b/libavcodec/cavs.h @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef CAVS_H diff --git a/libavcodec/cavs_parser.c b/libavcodec/cavs_parser.c index 11146ef..33f7fff 100644 --- a/libavcodec/cavs_parser.c +++ b/libavcodec/cavs_parser.c @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /** diff --git a/libavcodec/cavsdata.h b/libavcodec/cavsdata.h index 21cc458..6cbe1ec 100644 --- a/libavcodec/cavsdata.h +++ b/libavcodec/cavsdata.h @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef AVCODEC_CAVSDATA_H diff --git a/libavcodec/cavsdsp.c b/libavcodec/cavsdsp.c index 55ecaae..fd744cc 100644 --- a/libavcodec/cavsdsp.c +++ b/libavcodec/cavsdsp.c @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/libavcodec/cinepak.c b/libavcodec/cinepak.c index c67bea5..b1399f9 100644 --- a/libavcodec/cinepak.c +++ b/libavcodec/cinepak.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/cljr.c b/libavcodec/cljr.c index 44810f5..e028d5c 100644 --- a/libavcodec/cljr.c +++ b/libavcodec/cljr.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/cook.c b/libavcodec/cook.c index 72645d3..2d4a72e 100644 --- a/libavcodec/cook.c +++ b/libavcodec/cook.c @@ -18,7 +18,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/cookdata.h b/libavcodec/cookdata.h index 5d18010..751a5a4 100644 --- a/libavcodec/cookdata.h +++ b/libavcodec/cookdata.h @@ -18,7 +18,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/dxa.c b/libavcodec/dxa.c index b4b6f93..eaff1ee 100644 --- a/libavcodec/dxa.c +++ b/libavcodec/dxa.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/eval.c b/libavcodec/eval.c index 877de35..b82c7b4 100644 --- a/libavcodec/eval.c +++ b/libavcodec/eval.c @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/faandct.h b/libavcodec/faandct.h index b859bd2..a1c27bb 100644 --- a/libavcodec/faandct.h +++ b/libavcodec/faandct.h @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/fdctref.c b/libavcodec/fdctref.c index 5eff368..c6a057b 100644 --- a/libavcodec/fdctref.c +++ b/libavcodec/fdctref.c @@ -27,7 +27,6 @@ * are subject to royalty fees to patent holders. Many of these patents are * general enough such that they are unavoidable regardless of implementation * design. - * */ #include diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c index ee5419c..4a8d80b 100644 --- a/libavcodec/ffv1.c +++ b/libavcodec/ffv1.c @@ -18,7 +18,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c index e88b12d..e57688f 100644 --- a/libavcodec/flicvideo.c +++ b/libavcodec/flicvideo.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/fraps.c b/libavcodec/fraps.c index 71a4219..a15f602 100644 --- a/libavcodec/fraps.c +++ b/libavcodec/fraps.c @@ -18,7 +18,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/golomb.c b/libavcodec/golomb.c index 50df4fc..1c90db3 100644 --- a/libavcodec/golomb.c +++ b/libavcodec/golomb.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/golomb.h b/libavcodec/golomb.h index be2d34b..ab92c6e 100644 --- a/libavcodec/golomb.h +++ b/libavcodec/golomb.h @@ -18,7 +18,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/h264.c b/libavcodec/h264.c index cab2841..8826e0b 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 1669e8e..237a222 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c index 4adb6cb..7a85d77 100644 --- a/libavcodec/h264_parser.c +++ b/libavcodec/h264_parser.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/h264_parser.h b/libavcodec/h264_parser.h index 1d7407e..40b5500 100644 --- a/libavcodec/h264_parser.h +++ b/libavcodec/h264_parser.h @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h index ea0f23a..8ade1df 100644 --- a/libavcodec/h264data.h +++ b/libavcodec/h264data.h @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/h264idct.c b/libavcodec/h264idct.c index a6a56d3..571e2e9 100644 --- a/libavcodec/h264idct.c +++ b/libavcodec/h264idct.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/i386/cavsdsp_mmx.c b/libavcodec/i386/cavsdsp_mmx.c index 30bab38..6230533 100644 --- a/libavcodec/i386/cavsdsp_mmx.c +++ b/libavcodec/i386/cavsdsp_mmx.c @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "dsputil.h" diff --git a/libavcodec/idcinvideo.c b/libavcodec/idcinvideo.c index 354a884..eeb538c 100644 --- a/libavcodec/idcinvideo.c +++ b/libavcodec/idcinvideo.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/imc.c b/libavcodec/imc.c index 6140130..1540b50 100644 --- a/libavcodec/imc.c +++ b/libavcodec/imc.c @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/imcdata.h b/libavcodec/imcdata.h index 29c6b81..fcd780b 100644 --- a/libavcodec/imcdata.h +++ b/libavcodec/imcdata.h @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ #ifndef AVCODEC_IMCDATA_H diff --git a/libavcodec/indeo2.c b/libavcodec/indeo2.c index be9a93a..9935854 100644 --- a/libavcodec/indeo2.c +++ b/libavcodec/indeo2.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/interplayvideo.c b/libavcodec/interplayvideo.c index bce3a9a..23532f4 100644 --- a/libavcodec/interplayvideo.c +++ b/libavcodec/interplayvideo.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/kmvc.c b/libavcodec/kmvc.c index c56b62c..ccff678 100644 --- a/libavcodec/kmvc.c +++ b/libavcodec/kmvc.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/lcl.c b/libavcodec/lcl.c index 0a60489..f3dbf13 100644 --- a/libavcodec/lcl.c +++ b/libavcodec/lcl.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/libtheoraenc.c b/libavcodec/libtheoraenc.c index ced0b8d..c3d848f 100644 --- a/libavcodec/libtheoraenc.c +++ b/libavcodec/libtheoraenc.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /*! diff --git a/libavcodec/libvorbis.c b/libavcodec/libvorbis.c index b11e3d8..5d40e91 100644 --- a/libavcodec/libvorbis.c +++ b/libavcodec/libvorbis.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /** diff --git a/libavcodec/loco.c b/libavcodec/loco.c index 8b261ca..355e955 100644 --- a/libavcodec/loco.c +++ b/libavcodec/loco.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/mmvideo.c b/libavcodec/mmvideo.c index 82ea02d..d1b9cb0 100644 --- a/libavcodec/mmvideo.c +++ b/libavcodec/mmvideo.c @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /** diff --git a/libavcodec/motion_est_template.c b/libavcodec/motion_est_template.c index 3acad4b..70b4f82 100644 --- a/libavcodec/motion_est_template.c +++ b/libavcodec/motion_est_template.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/mpc.c b/libavcodec/mpc.c index 34ded32..25d0e2e 100644 --- a/libavcodec/mpc.c +++ b/libavcodec/mpc.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/mpcdata.h b/libavcodec/mpcdata.h index 61dfa0d..e40f7e5 100644 --- a/libavcodec/mpcdata.h +++ b/libavcodec/mpcdata.h @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ #ifndef AVCODEC_MPCDATA_H diff --git a/libavcodec/msvideo1.c b/libavcodec/msvideo1.c index 2e8a4e9..2106498 100644 --- a/libavcodec/msvideo1.c +++ b/libavcodec/msvideo1.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/opt.c b/libavcodec/opt.c index 97b593c..deddfd1 100644 --- a/libavcodec/opt.c +++ b/libavcodec/opt.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/os2thread.c b/libavcodec/os2thread.c index 03df911..5c74a7d 100644 --- a/libavcodec/os2thread.c +++ b/libavcodec/os2thread.c @@ -15,8 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ //#define DEBUG diff --git a/libavcodec/ppc/idct_altivec.c b/libavcodec/ppc/idct_altivec.c index c4e0cfd..e1299be 100644 --- a/libavcodec/ppc/idct_altivec.c +++ b/libavcodec/ppc/idct_altivec.c @@ -16,7 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /* diff --git a/libavcodec/ppc/snow_altivec.c b/libavcodec/ppc/snow_altivec.c index 66ab865..815b309 100644 --- a/libavcodec/ppc/snow_altivec.c +++ b/libavcodec/ppc/snow_altivec.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - * */ #include "dsputil.h" diff --git a/libavcodec/ppc/vc1dsp_altivec.c b/libavcodec/ppc/vc1dsp_altivec.c index dc6883c..99f72e1 100644 --- a/libavcodec/ppc/vc1dsp_altivec.c +++ b/libavcodec/ppc/vc1dsp_altivec.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ #include "dsputil.h" diff --git a/libavcodec/ps2/idct_mmi.c b/libavcodec/ps2/idct_mmi.c index 6aaf8b3..2ba2ad0 100644 --- a/libavcodec/ps2/idct_mmi.c +++ b/libavcodec/ps2/idct_mmi.c @@ -23,8 +23,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * -*/ + */ #include "common.h" #include "dsputil.h" diff --git a/libavcodec/pthread.c b/libavcodec/pthread.c index d82753b..00febde 100644 --- a/libavcodec/pthread.c +++ b/libavcodec/pthread.c @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ #include diff --git a/libavcodec/ptx.c b/libavcodec/ptx.c index 897e7ec..1fcb2fc 100644 --- a/libavcodec/ptx.c +++ b/libavcodec/ptx.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ #include "avcodec.h" diff --git a/libavcodec/qdm2.c b/libavcodec/qdm2.c index 55b0dc0..79b976f 100644 --- a/libavcodec/qdm2.c +++ b/libavcodec/qdm2.c @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/qdm2data.h b/libavcodec/qdm2data.h index 410ec46..cfadd87 100644 --- a/libavcodec/qdm2data.h +++ b/libavcodec/qdm2data.h @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/qdrw.c b/libavcodec/qdrw.c index 93d582e..cc4d07d 100644 --- a/libavcodec/qdrw.c +++ b/libavcodec/qdrw.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/qpeg.c b/libavcodec/qpeg.c index 44391d1..a12a48e 100644 --- a/libavcodec/qpeg.c +++ b/libavcodec/qpeg.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/qtrle.c b/libavcodec/qtrle.c index 002dfcb..06ea48e 100644 --- a/libavcodec/qtrle.c +++ b/libavcodec/qtrle.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/qtrleenc.c b/libavcodec/qtrleenc.c index eaa1b3d..581a55b 100644 --- a/libavcodec/qtrleenc.c +++ b/libavcodec/qtrleenc.c @@ -19,7 +19,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ #include "avcodec.h" diff --git a/libavcodec/rangecoder.c b/libavcodec/rangecoder.c index 0842dd9..face38f 100644 --- a/libavcodec/rangecoder.c +++ b/libavcodec/rangecoder.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/rangecoder.h b/libavcodec/rangecoder.h index 298928a..f26b39a 100644 --- a/libavcodec/rangecoder.h +++ b/libavcodec/rangecoder.h @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/resample2.c b/libavcodec/resample2.c index c03c38c..ffd6fc7 100644 --- a/libavcodec/resample2.c +++ b/libavcodec/resample2.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/rle.c b/libavcodec/rle.c index 828a0c2..2fb0d0e 100644 --- a/libavcodec/rle.c +++ b/libavcodec/rle.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ #include "avcodec.h" #include "rle.h" diff --git a/libavcodec/rle.h b/libavcodec/rle.h index edee8e1..15252c8 100644 --- a/libavcodec/rle.h +++ b/libavcodec/rle.h @@ -16,7 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ #ifndef RLE_H diff --git a/libavcodec/roqvideodec.c b/libavcodec/roqvideodec.c index 32da3fd..d75131b 100644 --- a/libavcodec/roqvideodec.c +++ b/libavcodec/roqvideodec.c @@ -16,7 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/rpza.c b/libavcodec/rpza.c index df79a23..22b184e 100644 --- a/libavcodec/rpza.c +++ b/libavcodec/rpza.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/s3tc.h b/libavcodec/s3tc.h index 55615f4..d368c5b 100644 --- a/libavcodec/s3tc.h +++ b/libavcodec/s3tc.h @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ #ifndef FF_S3TC_H diff --git a/libavcodec/smacker.c b/libavcodec/smacker.c index 3bdb5f2..fa1bdf6 100644 --- a/libavcodec/smacker.c +++ b/libavcodec/smacker.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/smc.c b/libavcodec/smc.c index 0875fd5..78f130c 100644 --- a/libavcodec/smc.c +++ b/libavcodec/smc.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index f08bb85..b463bc8 100644 --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c @@ -16,8 +16,9 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - * + */ + +/* * How to use this decoder: * SVQ3 data is transported within Apple Quicktime files. Quicktime files * have stsd atoms to describe media trak properties. A stsd atom for a @@ -37,7 +38,6 @@ * You will know you have these parameters passed correctly when the decoder * correctly decodes this file: * ftp://ftp.mplayerhq.hu/MPlayer/samples/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov - * */ /** diff --git a/libavcodec/targa.c b/libavcodec/targa.c index d637bed..e595dfa 100644 --- a/libavcodec/targa.c +++ b/libavcodec/targa.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ #include "avcodec.h" diff --git a/libavcodec/targaenc.c b/libavcodec/targaenc.c index 8852d0d..47e33b1 100644 --- a/libavcodec/targaenc.c +++ b/libavcodec/targaenc.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ #include "avcodec.h" #include "rle.h" diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index f614b32..fca4589 100644 --- a/libavcodec/tiff.c +++ b/libavcodec/tiff.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/tiff.h b/libavcodec/tiff.h index 09ba3fd..594fcc5 100644 --- a/libavcodec/tiff.h +++ b/libavcodec/tiff.h @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/tiffenc.c b/libavcodec/tiffenc.c index 72353c0..5b567ae 100644 --- a/libavcodec/tiffenc.c +++ b/libavcodec/tiffenc.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/truemotion2.c b/libavcodec/truemotion2.c index 2217665..494dfd5 100644 --- a/libavcodec/truemotion2.c +++ b/libavcodec/truemotion2.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/tscc.c b/libavcodec/tscc.c index fae3fa3..40013ae 100644 --- a/libavcodec/tscc.c +++ b/libavcodec/tscc.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/tta.c b/libavcodec/tta.c index 82713fb..1ab2079 100644 --- a/libavcodec/tta.c +++ b/libavcodec/tta.c @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /** diff --git a/libavcodec/ulti.c b/libavcodec/ulti.c index c2439c4..5b1f4aa 100644 --- a/libavcodec/ulti.c +++ b/libavcodec/ulti.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c index 3fe0d27..d56eefc 100644 --- a/libavcodec/vc1.c +++ b/libavcodec/vc1.c @@ -18,7 +18,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/vc1dsp.c b/libavcodec/vc1dsp.c index 6102c09..dfcb49c 100644 --- a/libavcodec/vc1dsp.c +++ b/libavcodec/vc1dsp.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/vmdav.c b/libavcodec/vmdav.c index 5b8b8cf..c37e8fd 100644 --- a/libavcodec/vmdav.c +++ b/libavcodec/vmdav.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/vmnc.c b/libavcodec/vmnc.c index d432782..bee3195 100644 --- a/libavcodec/vmnc.c +++ b/libavcodec/vmnc.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/vorbis.c b/libavcodec/vorbis.c index f80c62b..0be5976 100644 --- a/libavcodec/vorbis.c +++ b/libavcodec/vorbis.c @@ -18,7 +18,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ #undef V_DEBUG diff --git a/libavcodec/vorbis_dec.c b/libavcodec/vorbis_dec.c index e82833d..290423c 100644 --- a/libavcodec/vorbis_dec.c +++ b/libavcodec/vorbis_dec.c @@ -18,7 +18,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ #undef V_DEBUG diff --git a/libavcodec/vorbis_enc.c b/libavcodec/vorbis_enc.c index 0c59c76..3912022 100644 --- a/libavcodec/vorbis_enc.c +++ b/libavcodec/vorbis_enc.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /** diff --git a/libavcodec/vorbis_enc_data.h b/libavcodec/vorbis_enc_data.h index dcdaa58..8875d77 100644 --- a/libavcodec/vorbis_enc_data.h +++ b/libavcodec/vorbis_enc_data.h @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef AVCODEC_VORBIS_ENC_DATA_H diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index 7975a21..593e7a4 100644 --- a/libavcodec/vp3.c +++ b/libavcodec/vp3.c @@ -16,7 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/vp5.c b/libavcodec/vp5.c index 95eb775..39b289c 100644 --- a/libavcodec/vp5.c +++ b/libavcodec/vp5.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/libavcodec/vp56.c b/libavcodec/vp56.c index abd1b3a..e3634c8 100644 --- a/libavcodec/vp56.c +++ b/libavcodec/vp56.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avcodec.h" diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h index 023f3b9..624363e 100644 --- a/libavcodec/vp56.h +++ b/libavcodec/vp56.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef VP56_H diff --git a/libavcodec/vp56data.c b/libavcodec/vp56data.c index e75c6d1..6ef3abb 100644 --- a/libavcodec/vp56data.c +++ b/libavcodec/vp56data.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "vp56data.h" diff --git a/libavcodec/vp56data.h b/libavcodec/vp56data.h index d784b98..51e6983 100644 --- a/libavcodec/vp56data.h +++ b/libavcodec/vp56data.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef VP56DATA_H diff --git a/libavcodec/vp5data.h b/libavcodec/vp5data.h index 1474873..0f3754c 100644 --- a/libavcodec/vp5data.h +++ b/libavcodec/vp5data.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef VP5DATA_H diff --git a/libavcodec/vp6data.h b/libavcodec/vp6data.h index 0545a9d..083c3fd 100644 --- a/libavcodec/vp6data.h +++ b/libavcodec/vp6data.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef VP6DATA_H diff --git a/libavcodec/vqavideo.c b/libavcodec/vqavideo.c index b13865d..dbd4550 100644 --- a/libavcodec/vqavideo.c +++ b/libavcodec/vqavideo.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/w32thread.c b/libavcodec/w32thread.c index 63ffe53..12c9212 100644 --- a/libavcodec/w32thread.c +++ b/libavcodec/w32thread.c @@ -16,7 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ //#define DEBUG diff --git a/libavcodec/wmv2.c b/libavcodec/wmv2.c index 35eab80..2eab742 100644 --- a/libavcodec/wmv2.c +++ b/libavcodec/wmv2.c @@ -16,7 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/wnv1.c b/libavcodec/wnv1.c index fa427b5..0aadf4d 100644 --- a/libavcodec/wnv1.c +++ b/libavcodec/wnv1.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/xan.c b/libavcodec/xan.c index 32402a7..8a12814 100644 --- a/libavcodec/xan.c +++ b/libavcodec/xan.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/xl.c b/libavcodec/xl.c index 8a011d8..e7dd792 100644 --- a/libavcodec/xl.c +++ b/libavcodec/xl.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c index fd71145..d0b2f3a 100644 --- a/libavcodec/zmbv.c +++ b/libavcodec/zmbv.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** diff --git a/libavcodec/zmbvenc.c b/libavcodec/zmbvenc.c index 86ea1cb..ce62ece 100644 --- a/libavcodec/zmbvenc.c +++ b/libavcodec/zmbvenc.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** -- cgit v1.1