Commit 124e2884 authored by Diego Biurrun's avatar Diego Biurrun

Remove some stray unnecessary ffmpeg references.

parent d1dfcb08
/* /*
* DVB subtitle encoding for ffmpeg * DVB subtitle encoding
* Copyright (c) 2005 Fabrice Bellard * Copyright (c) 2005 Fabrice Bellard
* *
* This file is part of Libav. * This file is part of Libav.
......
/* /*
* DVB subtitle decoding for ffmpeg * DVB subtitle decoding
* Copyright (c) 2005 Ian Caulfield * Copyright (c) 2005 Ian Caulfield
* *
* This file is part of Libav. * This file is part of Libav.
......
/* /*
* DVD subtitle decoding for ffmpeg * DVD subtitle decoding
* Copyright (c) 2005 Fabrice Bellard * Copyright (c) 2005 Fabrice Bellard
* *
* This file is part of Libav. * This file is part of Libav.
......
/* /*
* DVD subtitle decoding for ffmpeg * DVD subtitle decoding
* Copyright (c) 2005 Fabrice Bellard * Copyright (c) 2005 Fabrice Bellard
* *
* This file is part of Libav. * This file is part of Libav.
......
/* /*
* DVD subtitle encoding for ffmpeg * DVD subtitle encoding
* Copyright (c) 2005 Wolfram Gloger * Copyright (c) 2005 Wolfram Gloger
* *
* This file is part of Libav. * This file is part of Libav.
......
/* /*
* H263/MPEG4 backend for ffmpeg encoder and decoder * H263/MPEG4 backend for encoder and decoder
* Copyright (c) 2000,2001 Fabrice Bellard * Copyright (c) 2000,2001 Fabrice Bellard
* H263+ support. * H263+ support.
* Copyright (c) 2001 Juan J. Sierralta P * Copyright (c) 2001 Juan J. Sierralta P
......
/* /*
* 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 * written, produced, and directed by Alan Smithee
* *
* This file is part of Libav. * This file is part of Libav.
......
/* /*
* 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 * written, produced, and directed by Alan Smithee
* *
* This file is part of Libav. * This file is part of Libav.
......
/* /*
* MSMPEG4 backend for ffmpeg encoder and decoder * MSMPEG4 backend for encoder and decoder
* Copyright (c) 2001 Fabrice Bellard * Copyright (c) 2001 Fabrice Bellard
* Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
* *
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
/** /**
* @file * @file
* MSMPEG4 backend for ffmpeg encoder and decoder. * MSMPEG4 backend for encoder and decoder
*/ */
#include "avcodec.h" #include "avcodec.h"
......
/* /*
* MSMPEG4 backend for ffmpeg encoder and decoder * MSMPEG4 backend for encoder and decoder
* copyright (c) 2007 Aurelien Jacobs <aurel@gnuage.org> * copyright (c) 2007 Aurelien Jacobs <aurel@gnuage.org>
* *
* This file is part of Libav. * This file is part of Libav.
......
/* /*
* MSMPEG4 backend for ffmpeg encoder and decoder * MSMPEG4 backend for encoder and decoder
* copyright (c) 2001 Fabrice Bellard * copyright (c) 2001 Fabrice Bellard
* copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
* *
......
/* /*
* MSMPEG4 backend for ffmpeg encoder and decoder * MSMPEG4 backend for encoder and decoder
* copyright (c) 2001 Fabrice Bellard * copyright (c) 2001 Fabrice Bellard
* copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
* *
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
/** /**
* @file * @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 * filter by Gustavo Sverzut Barbieri
*/ */
......
/* /*
* Unbuffered io for ffmpeg system * unbuffered I/O
* Copyright (c) 2001 Fabrice Bellard * Copyright (c) 2001 Fabrice Bellard
* *
* This file is part of Libav. * This file is part of Libav.
......
/* /*
* Buffered I/O for ffmpeg system * buffered I/O
* Copyright (c) 2000,2001 Fabrice Bellard * Copyright (c) 2000,2001 Fabrice Bellard
* *
* This file is part of Libav. * This file is part of Libav.
......
/* /*
* AVISynth support for ffmpeg system * AVISynth support
* Copyright (c) 2006 DivX, Inc. * Copyright (c) 2006 DivX, Inc.
* *
* This file is part of Libav. * This file is part of Libav.
......
/* /*
* Buffered file io for ffmpeg system * buffered file I/O
* Copyright (c) 2001 Fabrice Bellard * Copyright (c) 2001 Fabrice Bellard
* *
* This file is part of Libav. * This file is part of Libav.
......
...@@ -1440,7 +1440,7 @@ static void pmt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len ...@@ -1440,7 +1440,7 @@ static void pmt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len
if (pid < 0) if (pid < 0)
break; break;
/* now create ffmpeg stream */ /* now create stream */
if (ts->pids[pid] && ts->pids[pid]->type == MPEGTS_PES) { if (ts->pids[pid] && ts->pids[pid]->type == MPEGTS_PES) {
pes = ts->pids[pid]->u.pes_filter.opaque; pes = ts->pids[pid]->u.pes_filter.opaque;
if (!pes->st) { if (!pes->st) {
......
/* /*
* Various utilities for ffmpeg system * various OS-feature replacement utilities
* Copyright (c) 2000, 2001, 2002 Fabrice Bellard * Copyright (c) 2000, 2001, 2002 Fabrice Bellard
* copyright (c) 2002 Francois Revol * copyright (c) 2002 Francois Revol
* *
......
/* /*
* various utilities for ffmpeg system * various OS-feature replacement utilities
* copyright (c) 2000, 2001, 2002 Fabrice Bellard * copyright (c) 2000, 2001, 2002 Fabrice Bellard
* *
* This file is part of Libav. * This file is part of Libav.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment