Browse Source

Remove some stray unnecessary ffmpeg references.

tags/n0.9
Diego Biurrun 14 years ago
parent
commit
124e28847b
20 changed files with 21 additions and 21 deletions
  1. +1
    -1
      libavcodec/dvbsub.c
  2. +1
    -1
      libavcodec/dvbsubdec.c
  3. +1
    -1
      libavcodec/dvdsub_parser.c
  4. +1
    -1
      libavcodec/dvdsubdec.c
  5. +1
    -1
      libavcodec/dvdsubenc.c
  6. +1
    -1
      libavcodec/h263.c
  7. +1
    -1
      libavcodec/indeo3.c
  8. +1
    -1
      libavcodec/indeo3data.h
  9. +2
    -2
      libavcodec/msmpeg4.c
  10. +1
    -1
      libavcodec/msmpeg4.h
  11. +1
    -1
      libavcodec/msmpeg4data.c
  12. +1
    -1
      libavcodec/msmpeg4data.h
  13. +1
    -1
      libavfilter/vf_drawtext.c
  14. +1
    -1
      libavformat/avio.c
  15. +1
    -1
      libavformat/aviobuf.c
  16. +1
    -1
      libavformat/avisynth.c
  17. +1
    -1
      libavformat/file.c
  18. +1
    -1
      libavformat/mpegts.c
  19. +1
    -1
      libavformat/os_support.c
  20. +1
    -1
      libavformat/os_support.h

+ 1
- 1
libavcodec/dvbsub.c View File

@@ -1,5 +1,5 @@
/*
* DVB subtitle encoding for ffmpeg
* DVB subtitle encoding
* Copyright (c) 2005 Fabrice Bellard
*
* This file is part of Libav.


+ 1
- 1
libavcodec/dvbsubdec.c View File

@@ -1,5 +1,5 @@
/*
* DVB subtitle decoding for ffmpeg
* DVB subtitle decoding
* Copyright (c) 2005 Ian Caulfield
*
* This file is part of Libav.


+ 1
- 1
libavcodec/dvdsub_parser.c View File

@@ -1,5 +1,5 @@
/*
* DVD subtitle decoding for ffmpeg
* DVD subtitle decoding
* Copyright (c) 2005 Fabrice Bellard
*
* This file is part of Libav.


+ 1
- 1
libavcodec/dvdsubdec.c View File

@@ -1,5 +1,5 @@
/*
* DVD subtitle decoding for ffmpeg
* DVD subtitle decoding
* Copyright (c) 2005 Fabrice Bellard
*
* This file is part of Libav.


+ 1
- 1
libavcodec/dvdsubenc.c View File

@@ -1,5 +1,5 @@
/*
* DVD subtitle encoding for ffmpeg
* DVD subtitle encoding
* Copyright (c) 2005 Wolfram Gloger
*
* This file is part of Libav.


+ 1
- 1
libavcodec/h263.c View File

@@ -1,5 +1,5 @@
/*
* H263/MPEG4 backend for ffmpeg encoder and decoder
* H263/MPEG4 backend for encoder and decoder
* Copyright (c) 2000,2001 Fabrice Bellard
* H263+ support.
* Copyright (c) 2001 Juan J. Sierralta P


+ 1
- 1
libavcodec/indeo3.c View File

@@ -1,5 +1,5 @@
/*
* Intel Indeo 3 (IV31, IV32, etc.) video decoder for ffmpeg
* Intel Indeo 3 (IV31, IV32, etc.) video decoder
* written, produced, and directed by Alan Smithee
*
* This file is part of Libav.


+ 1
- 1
libavcodec/indeo3data.h View File

@@ -1,5 +1,5 @@
/*
* Intel Indeo 3 (IV31, IV32, etc.) video decoder for ffmpeg
* Intel Indeo 3 (IV31, IV32, etc.) video decoder
* written, produced, and directed by Alan Smithee
*
* This file is part of Libav.


+ 2
- 2
libavcodec/msmpeg4.c View File

@@ -1,5 +1,5 @@
/*
* MSMPEG4 backend for ffmpeg encoder and decoder
* MSMPEG4 backend for encoder and decoder
* Copyright (c) 2001 Fabrice Bellard
* Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
*
@@ -24,7 +24,7 @@

/**
* @file
* MSMPEG4 backend for ffmpeg encoder and decoder.
* MSMPEG4 backend for encoder and decoder
*/

#include "avcodec.h"


+ 1
- 1
libavcodec/msmpeg4.h View File

@@ -1,5 +1,5 @@
/*
* MSMPEG4 backend for ffmpeg encoder and decoder
* MSMPEG4 backend for encoder and decoder
* copyright (c) 2007 Aurelien Jacobs <aurel@gnuage.org>
*
* This file is part of Libav.


+ 1
- 1
libavcodec/msmpeg4data.c View File

@@ -1,5 +1,5 @@
/*
* MSMPEG4 backend for ffmpeg encoder and decoder
* MSMPEG4 backend for encoder and decoder
* copyright (c) 2001 Fabrice Bellard
* copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
*


+ 1
- 1
libavcodec/msmpeg4data.h View File

@@ -1,5 +1,5 @@
/*
* MSMPEG4 backend for ffmpeg encoder and decoder
* MSMPEG4 backend for encoder and decoder
* copyright (c) 2001 Fabrice Bellard
* copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
*


+ 1
- 1
libavfilter/vf_drawtext.c View File

@@ -22,7 +22,7 @@

/**
* @file
* drawtext filter, based on the original FFmpeg vhook/drawtext.c
* drawtext filter, based on the original vhook/drawtext.c
* filter by Gustavo Sverzut Barbieri
*/



+ 1
- 1
libavformat/avio.c View File

@@ -1,5 +1,5 @@
/*
* Unbuffered io for ffmpeg system
* unbuffered I/O
* Copyright (c) 2001 Fabrice Bellard
*
* This file is part of Libav.


+ 1
- 1
libavformat/aviobuf.c View File

@@ -1,5 +1,5 @@
/*
* Buffered I/O for ffmpeg system
* buffered I/O
* Copyright (c) 2000,2001 Fabrice Bellard
*
* This file is part of Libav.


+ 1
- 1
libavformat/avisynth.c View File

@@ -1,5 +1,5 @@
/*
* AVISynth support for ffmpeg system
* AVISynth support
* Copyright (c) 2006 DivX, Inc.
*
* This file is part of Libav.


+ 1
- 1
libavformat/file.c View File

@@ -1,5 +1,5 @@
/*
* Buffered file io for ffmpeg system
* buffered file I/O
* Copyright (c) 2001 Fabrice Bellard
*
* This file is part of Libav.


+ 1
- 1
libavformat/mpegts.c View File

@@ -1440,7 +1440,7 @@ static void pmt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len
if (pid < 0)
break;

/* now create ffmpeg stream */
/* now create stream */
if (ts->pids[pid] && ts->pids[pid]->type == MPEGTS_PES) {
pes = ts->pids[pid]->u.pes_filter.opaque;
if (!pes->st) {


+ 1
- 1
libavformat/os_support.c View File

@@ -1,5 +1,5 @@
/*
* Various utilities for ffmpeg system
* various OS-feature replacement utilities
* Copyright (c) 2000, 2001, 2002 Fabrice Bellard
* copyright (c) 2002 Francois Revol
*


+ 1
- 1
libavformat/os_support.h View File

@@ -1,5 +1,5 @@
/*
* various utilities for ffmpeg system
* various OS-feature replacement utilities
* copyright (c) 2000, 2001, 2002 Fabrice Bellard
*
* This file is part of Libav.


Loading…
Cancel
Save