From 6dfa70f272d7ede75d45991c907dd93c50be1690 Mon Sep 17 00:00:00 2001 From: Paul B Mahol <onemda@gmail.com> Date: Sat, 23 Aug 2014 19:39:22 +0000 Subject: [PATCH] Correct few "ffmpeg" typos Signed-off-by: Paul B Mahol <onemda@gmail.com> --- libavcodec/aasc.c | 2 +- libavcodec/adpcm.c | 2 +- libavcodec/adpcm.h | 2 +- libavcodec/adpcm_data.c | 2 +- libavcodec/adpcm_data.h | 2 +- libavcodec/adpcmenc.c | 2 +- libavcodec/cinepak.c | 2 +- libavcodec/cyuv.c | 2 +- libavcodec/dpcm.c | 2 +- libavcodec/flicvideo.c | 2 +- libavcodec/idcinvideo.c | 2 +- libavcodec/interplayvideo.c | 2 +- libavcodec/libopencore-amr.c | 2 +- libavcodec/libvo-amrwbenc.c | 2 +- libavcodec/msrle.c | 2 +- libavcodec/msvideo1.c | 2 +- libavcodec/qtrle.c | 2 +- libavcodec/ra144.c | 2 +- libavcodec/ra144.h | 2 +- libavcodec/ra288.c | 2 +- libavcodec/ra288.h | 2 +- libavcodec/roqvideodec.c | 2 +- libavcodec/rpza.c | 2 +- libavcodec/smc.c | 2 +- libavcodec/sp5x.h | 2 +- libavcodec/svq1.c | 4 ++-- libavcodec/svq1.h | 4 ++-- libavcodec/svq1_cb.h | 4 ++-- libavcodec/svq1_vlc.h | 2 +- libavcodec/svq1dec.c | 4 ++-- libavcodec/vmdaudio.c | 2 +- libavcodec/vmdvideo.c | 2 +- libavcodec/vp3.c | 2 +- libavcodec/vp3data.h | 2 +- libavcodec/vp3dsp.c | 2 +- libavcodec/vqavideo.c | 2 +- libavcodec/xan.c | 2 +- libavcodec/xiph.c | 2 +- libavcodec/xiph.h | 2 +- libavformat/4xm.c | 2 +- libavformat/electronicarts.c | 2 +- libavformat/flic.c | 2 +- libavformat/idcin.c | 2 +- libavformat/idroqdec.c | 2 +- libavformat/ipmovie.c | 2 +- libavformat/matroska.c | 2 +- libavformat/matroska.h | 2 +- libavformat/psxstr.c | 2 +- libavformat/segafilm.c | 2 +- libavformat/sierravmd.c | 2 +- libavformat/wc3movie.c | 2 +- libavformat/westwood_aud.c | 2 +- libavformat/westwood_vqa.c | 2 +- 53 files changed, 57 insertions(+), 57 deletions(-) diff --git a/libavcodec/aasc.c b/libavcodec/aasc.c index 38658f86c47..65ef7826885 100644 --- a/libavcodec/aasc.c +++ b/libavcodec/aasc.c @@ -1,6 +1,6 @@ /* * Autodesk RLE Decoder - * Copyright (C) 2005 the ffmpeg project + * Copyright (c) 2005 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index 68663f3390e..2f95a6ff458 100644 --- a/libavcodec/adpcm.c +++ b/libavcodec/adpcm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001-2003 The ffmpeg Project + * Copyright (c) 2001-2003 The FFmpeg Project * * first version by Francois Revol (revol@free.fr) * fringe ADPCM codecs (e.g., DK3, DK4, Westwood) diff --git a/libavcodec/adpcm.h b/libavcodec/adpcm.h index f43a28cafe4..fcbb70b3ca6 100644 --- a/libavcodec/adpcm.h +++ b/libavcodec/adpcm.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001-2003 The ffmpeg Project + * Copyright (c) 2001-2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/adpcm_data.c b/libavcodec/adpcm_data.c index 21092855301..9c38360a913 100644 --- a/libavcodec/adpcm_data.c +++ b/libavcodec/adpcm_data.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001-2003 The ffmpeg Project + * Copyright (c) 2001-2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/adpcm_data.h b/libavcodec/adpcm_data.h index 6589bc56c9b..b179d65f7a0 100644 --- a/libavcodec/adpcm_data.h +++ b/libavcodec/adpcm_data.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001-2003 The ffmpeg Project + * Copyright (c) 2001-2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/adpcmenc.c b/libavcodec/adpcmenc.c index c3e4d0fdf9f..06dee354223 100644 --- a/libavcodec/adpcmenc.c +++ b/libavcodec/adpcmenc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001-2003 The ffmpeg Project + * Copyright (c) 2001-2003 The FFmpeg Project * * first version by Francois Revol (revol@free.fr) * fringe ADPCM codecs (e.g., DK3, DK4, Westwood) diff --git a/libavcodec/cinepak.c b/libavcodec/cinepak.c index 082d0b232a2..4746289b765 100644 --- a/libavcodec/cinepak.c +++ b/libavcodec/cinepak.c @@ -1,6 +1,6 @@ /* * Cinepak Video Decoder - * Copyright (C) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/cyuv.c b/libavcodec/cyuv.c index c68612314e6..6e8e461ae0f 100644 --- a/libavcodec/cyuv.c +++ b/libavcodec/cyuv.c @@ -4,7 +4,7 @@ * based on "Creative YUV (CYUV) stream format for AVI": * http://www.csse.monash.edu.au/~timf/videocodec/cyuv.txt * - * Copyright (C) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/dpcm.c b/libavcodec/dpcm.c index 0c0bcca816b..ecc7a291acb 100644 --- a/libavcodec/dpcm.c +++ b/libavcodec/dpcm.c @@ -1,6 +1,6 @@ /* * Assorted DPCM codecs - * Copyright (c) 2003 The ffmpeg Project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c index a2d59e86c31..5bd5fb60cab 100644 --- a/libavcodec/flicvideo.c +++ b/libavcodec/flicvideo.c @@ -1,6 +1,6 @@ /* * FLI/FLC Animation Video Decoder - * Copyright (C) 2003, 2004 the ffmpeg project + * Copyright (c) 2003, 2004 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/idcinvideo.c b/libavcodec/idcinvideo.c index 80c7d07b93b..7765376cbf2 100644 --- a/libavcodec/idcinvideo.c +++ b/libavcodec/idcinvideo.c @@ -1,6 +1,6 @@ /* * id Quake II CIN Video Decoder - * Copyright (C) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/interplayvideo.c b/libavcodec/interplayvideo.c index 0f6c4e23394..96c0cd13978 100644 --- a/libavcodec/interplayvideo.c +++ b/libavcodec/interplayvideo.c @@ -1,6 +1,6 @@ /* * Interplay MVE Video Decoder - * Copyright (C) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/libopencore-amr.c b/libavcodec/libopencore-amr.c index 4c7b6afc7ce..827bdedc00c 100644 --- a/libavcodec/libopencore-amr.c +++ b/libavcodec/libopencore-amr.c @@ -1,6 +1,6 @@ /* * AMR Audio decoder stub - * Copyright (c) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/libvo-amrwbenc.c b/libavcodec/libvo-amrwbenc.c index 4216a415fcd..f14d61fecf4 100644 --- a/libavcodec/libvo-amrwbenc.c +++ b/libavcodec/libvo-amrwbenc.c @@ -1,6 +1,6 @@ /* * AMR Audio encoder stub - * Copyright (c) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/msrle.c b/libavcodec/msrle.c index 9f0cac61e3a..260ad807ea6 100644 --- a/libavcodec/msrle.c +++ b/libavcodec/msrle.c @@ -1,6 +1,6 @@ /* * Microsoft RLE video decoder - * Copyright (C) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/msvideo1.c b/libavcodec/msvideo1.c index e60abeee27d..88397beb002 100644 --- a/libavcodec/msvideo1.c +++ b/libavcodec/msvideo1.c @@ -1,6 +1,6 @@ /* * Microsoft Video-1 Decoder - * Copyright (C) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/qtrle.c b/libavcodec/qtrle.c index 4eeeea4fb3a..b3676437826 100644 --- a/libavcodec/qtrle.c +++ b/libavcodec/qtrle.c @@ -1,6 +1,6 @@ /* * Quicktime Animation (RLE) Video Decoder - * Copyright (C) 2004 the ffmpeg project + * Copyright (c) 2004 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c index d5ad02f2d3e..696a49e7ab8 100644 --- a/libavcodec/ra144.c +++ b/libavcodec/ra144.c @@ -1,6 +1,6 @@ /* * Real Audio 1.0 (14.4K) - * Copyright (c) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/ra144.h b/libavcodec/ra144.h index c1ceb87341b..df747905b3a 100644 --- a/libavcodec/ra144.h +++ b/libavcodec/ra144.h @@ -1,6 +1,6 @@ /* * Real Audio 1.0 (14.4K) - * Copyright (c) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c index c1b9b6bedde..968672cb243 100644 --- a/libavcodec/ra288.c +++ b/libavcodec/ra288.c @@ -1,6 +1,6 @@ /* * RealAudio 2.0 (28.8K) - * Copyright (c) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/ra288.h b/libavcodec/ra288.h index 7323eea8b28..d30e49a0e30 100644 --- a/libavcodec/ra288.h +++ b/libavcodec/ra288.h @@ -1,6 +1,6 @@ /* * RealAudio 2.0 (28.8K) - * Copyright (c) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/roqvideodec.c b/libavcodec/roqvideodec.c index 8efa3001dfe..b716e258ee3 100644 --- a/libavcodec/roqvideodec.c +++ b/libavcodec/roqvideodec.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/rpza.c b/libavcodec/rpza.c index 23e2a75d9d3..732b09ac948 100644 --- a/libavcodec/rpza.c +++ b/libavcodec/rpza.c @@ -1,6 +1,6 @@ /* * Quicktime Video (RPZA) Video Decoder - * Copyright (C) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/smc.c b/libavcodec/smc.c index 31e6c885bf9..4bfa4a86223 100644 --- a/libavcodec/smc.c +++ b/libavcodec/smc.c @@ -1,6 +1,6 @@ /* * Quicktime Graphics (SMC) Video Decoder - * Copyright (C) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/sp5x.h b/libavcodec/sp5x.h index 004fcbbc936..ecd6e8d649e 100644 --- a/libavcodec/sp5x.h +++ b/libavcodec/sp5x.h @@ -1,6 +1,6 @@ /* * Sunplus JPEG tables - * Copyright (c) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/svq1.c b/libavcodec/svq1.c index c219f2221a9..909b0bf5cc6 100644 --- a/libavcodec/svq1.c +++ b/libavcodec/svq1.c @@ -3,8 +3,8 @@ * ported to MPlayer by Arpi <arpi@thot.banki.hu> * ported to libavcodec by Nick Kurshev <nickols_k@mail.ru> * - * Copyright (C) 2002 the xine project - * Copyright (C) 2002 the ffmpeg project + * Copyright (c) 2002 The Xine Project + * Copyright (c) 2002 The FFmpeg Project * * SVQ1 Encoder (c) 2004 Mike Melanson <melanson@pcisys.net> * diff --git a/libavcodec/svq1.h b/libavcodec/svq1.h index 8380f2256b0..88d61d1e392 100644 --- a/libavcodec/svq1.h +++ b/libavcodec/svq1.h @@ -3,8 +3,8 @@ * ported to MPlayer by Arpi <arpi@thot.banki.hu> * ported to libavcodec by Nick Kurshev <nickols_k@mail.ru> * - * Copyright (C) 2002 the xine project - * Copyright (C) 2002 the ffmpeg project + * Copyright (c) 2002 The Xine Project + * Copyright (c) 2002 The FFmpeg Project * * SVQ1 Encoder (c) 2004 Mike Melanson <melanson@pcisys.net> * diff --git a/libavcodec/svq1_cb.h b/libavcodec/svq1_cb.h index 7926ce13770..41485d2af46 100644 --- a/libavcodec/svq1_cb.h +++ b/libavcodec/svq1_cb.h @@ -3,8 +3,8 @@ * ported to MPlayer by Arpi <arpi@thot.banki.hu> * ported to libavcodec by Nick Kurshev <nickols_k@mail.ru> * - * Copyright (C) 2002 the xine project - * Copyright (C) 2002 the ffmpeg project + * Copyright (c) 2002 The Xine Project + * Copyright (c) 2002 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/svq1_vlc.h b/libavcodec/svq1_vlc.h index e56d894f814..f5d298dfa15 100644 --- a/libavcodec/svq1_vlc.h +++ b/libavcodec/svq1_vlc.h @@ -1,5 +1,5 @@ /* - * copyright (C) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/svq1dec.c b/libavcodec/svq1dec.c index eb643446d16..121ebc43e9e 100644 --- a/libavcodec/svq1dec.c +++ b/libavcodec/svq1dec.c @@ -3,8 +3,8 @@ * ported to MPlayer by Arpi <arpi@thot.banki.hu> * ported to libavcodec by Nick Kurshev <nickols_k@mail.ru> * - * Copyright (C) 2002 the xine project - * Copyright (C) 2002 the ffmpeg project + * Copyright (c) 2002 The Xine Project + * Copyright (c) 2002 The FFmpeg Project * * SVQ1 Encoder (c) 2004 Mike Melanson <melanson@pcisys.net> * diff --git a/libavcodec/vmdaudio.c b/libavcodec/vmdaudio.c index 0090aefda59..3be0ff8520b 100644 --- a/libavcodec/vmdaudio.c +++ b/libavcodec/vmdaudio.c @@ -1,6 +1,6 @@ /* * Sierra VMD audio decoder - * Copyright (C) 2004 the ffmpeg project + * Copyright (c) 2004 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/vmdvideo.c b/libavcodec/vmdvideo.c index 279c56ab4f4..fa0fbe32d4a 100644 --- a/libavcodec/vmdvideo.c +++ b/libavcodec/vmdvideo.c @@ -1,6 +1,6 @@ /* * Sierra VMD video decoder - * Copyright (C) 2004 the ffmpeg project + * Copyright (c) 2004 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index bd1afc02efe..4a72d0dbbd6 100644 --- a/libavcodec/vp3.c +++ b/libavcodec/vp3.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2004 the ffmpeg project + * Copyright (c) 2003-2004 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/vp3data.h b/libavcodec/vp3data.h index bffc5bcc6bd..427827b907a 100644 --- a/libavcodec/vp3data.h +++ b/libavcodec/vp3data.h @@ -1,5 +1,5 @@ /* - * copyright (C) 2003 the ffmpeg project + * copyright (C) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/vp3dsp.c b/libavcodec/vp3dsp.c index 6cf7e129f9a..d8a3e0a354e 100644 --- a/libavcodec/vp3dsp.c +++ b/libavcodec/vp3dsp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 the ffmpeg project + * Copyright (c) 2004 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/vqavideo.c b/libavcodec/vqavideo.c index c34849d5773..4dcebd4849e 100644 --- a/libavcodec/vqavideo.c +++ b/libavcodec/vqavideo.c @@ -1,6 +1,6 @@ /* * Westwood Studios VQA Video Decoder - * Copyright (C) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/xan.c b/libavcodec/xan.c index bb28916e39d..968464c65b5 100644 --- a/libavcodec/xan.c +++ b/libavcodec/xan.c @@ -1,6 +1,6 @@ /* * Wing Commander/Xan Video Decoder - * Copyright (C) 2003 the ffmpeg project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/xiph.c b/libavcodec/xiph.c index 0636f8ef59c..e63cec85ac9 100644 --- a/libavcodec/xiph.c +++ b/libavcodec/xiph.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007 FFmpeg Project + * Copyright (C) 2007 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavcodec/xiph.h b/libavcodec/xiph.h index cd8caa4810a..5c4dcc45652 100644 --- a/libavcodec/xiph.h +++ b/libavcodec/xiph.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007 FFmpeg Project + * Copyright (C) 2007 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavformat/4xm.c b/libavformat/4xm.c index daf389dc266..240e5a40ea6 100644 --- a/libavformat/4xm.c +++ b/libavformat/4xm.c @@ -1,6 +1,6 @@ /* * 4X Technologies .4xm File Demuxer (no muxer) - * Copyright (c) 2003 The ffmpeg Project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavformat/electronicarts.c b/libavformat/electronicarts.c index 9000f7f6056..d6a396b1ef5 100644 --- a/libavformat/electronicarts.c +++ b/libavformat/electronicarts.c @@ -1,5 +1,5 @@ /* Electronic Arts Multimedia File Demuxer - * Copyright (c) 2004 The ffmpeg Project + * Copyright (c) 2004 The FFmpeg Project * Copyright (c) 2006-2008 Peter Ross * * This file is part of FFmpeg. diff --git a/libavformat/flic.c b/libavformat/flic.c index 7235f2e1882..f5e9e84c47e 100644 --- a/libavformat/flic.c +++ b/libavformat/flic.c @@ -1,6 +1,6 @@ /* * FLI/FLC Animation File Demuxer - * Copyright (c) 2003 The ffmpeg Project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavformat/idcin.c b/libavformat/idcin.c index b2623e86283..d7a46a17fde 100644 --- a/libavformat/idcin.c +++ b/libavformat/idcin.c @@ -1,6 +1,6 @@ /* * id Quake II CIN File Demuxer - * Copyright (c) 2003 The ffmpeg Project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavformat/idroqdec.c b/libavformat/idroqdec.c index db678d65e86..76bb3924b19 100644 --- a/libavformat/idroqdec.c +++ b/libavformat/idroqdec.c @@ -1,6 +1,6 @@ /* * id RoQ (.roq) File Demuxer - * Copyright (c) 2003 The ffmpeg Project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavformat/ipmovie.c b/libavformat/ipmovie.c index aa8f543e50b..01e70e858fd 100644 --- a/libavformat/ipmovie.c +++ b/libavformat/ipmovie.c @@ -1,6 +1,6 @@ /* * Interplay MVE File Demuxer - * Copyright (c) 2003 The ffmpeg Project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavformat/matroska.c b/libavformat/matroska.c index d281ef4fd53..88e709b8361 100644 --- a/libavformat/matroska.c +++ b/libavformat/matroska.c @@ -1,6 +1,6 @@ /* * Matroska common data - * Copyright (c) 2003-2004 The ffmpeg Project + * Copyright (c) 2003-2004 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavformat/matroska.h b/libavformat/matroska.h index e01b9de2205..99f1c804aca 100644 --- a/libavformat/matroska.h +++ b/libavformat/matroska.h @@ -1,6 +1,6 @@ /* * Matroska constants - * Copyright (c) 2003-2004 The ffmpeg Project + * Copyright (c) 2003-2004 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c index dc49170e7ca..fd50e549ae3 100644 --- a/libavformat/psxstr.c +++ b/libavformat/psxstr.c @@ -1,6 +1,6 @@ /* * Sony Playstation (PSX) STR File Demuxer - * Copyright (c) 2003 The ffmpeg Project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavformat/segafilm.c b/libavformat/segafilm.c index 6b3ad52446a..b0f0c4eb7a7 100644 --- a/libavformat/segafilm.c +++ b/libavformat/segafilm.c @@ -1,6 +1,6 @@ /* * Sega FILM Format (CPK) Demuxer - * Copyright (c) 2003 The ffmpeg Project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavformat/sierravmd.c b/libavformat/sierravmd.c index 9bd42b4e78a..2046f91bcad 100644 --- a/libavformat/sierravmd.c +++ b/libavformat/sierravmd.c @@ -1,6 +1,6 @@ /* * Sierra VMD Format Demuxer - * Copyright (c) 2004 The ffmpeg Project + * Copyright (c) 2004 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavformat/wc3movie.c b/libavformat/wc3movie.c index a60f128172b..7bd09e3f17e 100644 --- a/libavformat/wc3movie.c +++ b/libavformat/wc3movie.c @@ -1,6 +1,6 @@ /* * Wing Commander III Movie (.mve) File Demuxer - * Copyright (c) 2003 The ffmpeg Project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavformat/westwood_aud.c b/libavformat/westwood_aud.c index f2bd3a130e1..52868752dce 100644 --- a/libavformat/westwood_aud.c +++ b/libavformat/westwood_aud.c @@ -1,6 +1,6 @@ /* * Westwood Studios AUD Format Demuxer - * Copyright (c) 2003 The ffmpeg Project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * diff --git a/libavformat/westwood_vqa.c b/libavformat/westwood_vqa.c index 2a988ad3900..c827fcd88b3 100644 --- a/libavformat/westwood_vqa.c +++ b/libavformat/westwood_vqa.c @@ -1,6 +1,6 @@ /* * Westwood Studios VQA Format Demuxer - * Copyright (c) 2003 The ffmpeg Project + * Copyright (c) 2003 The FFmpeg Project * * This file is part of FFmpeg. * -- GitLab