Browse Source

Add my name to copyright & author as requested by the original author.

Originally committed as revision 17858 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Michael Niedermayer 16 years ago
parent
commit
8507bde0f3
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      libavformat/timefilter.c
  2. +2
    -0
      libavformat/timefilter.h

+ 2
- 0
libavformat/timefilter.c View File

@@ -1,7 +1,9 @@
/*
* Delay Locked Loop based time filter
* Copyright (c) 2009 Samalyse
* Copyright (c) 2009 Michael Niedermayer
* Author: Olivier Guilyardi <olivier samalyse com>
* Michael Niedermayer <michaelni gmx at>
*
* This file is part of FFmpeg.
*


+ 2
- 0
libavformat/timefilter.h View File

@@ -1,7 +1,9 @@
/*
* Delay Locked Loop based time filter prototypes and declarations
* Copyright (c) 2009 Samalyse
* Copyright (c) 2009 Michael Niedermayer
* Author: Olivier Guilyardi <olivier samalyse com>
* Michael Niedermayer <michaelni gmx at>
*
* This file is part of FFmpeg.
*


Loading…
Cancel
Save