diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-08-26 16:13:52 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-27 19:17:58 +0200 |
commit | 25cb697d0c866a7048a11e9321e60df94dfeaeca (patch) | |
tree | fbede4c25c692b1a885152f4b42411c84df70067 | |
parent | d3e9bee6f7e527dcb15ca87a426a09ad9f5a8a60 (diff) | |
download | ffmpeg-25cb697d0c866a7048a11e9321e60df94dfeaeca.tar.gz |
bktr: Fix Fabrice's name
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This file with the incorrect name was added after the name was fixed in all other files.
This is thus fixing a mistake
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavdevice/bktr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/bktr.c b/libavdevice/bktr.c index d09d452d16..52d090cb33 100644 --- a/libavdevice/bktr.c +++ b/libavdevice/bktr.c @@ -3,7 +3,7 @@ * Copyright (c) 2002 Steve O'Hara-Smith * based on * Linux video grab interface - * Copyright (c) 2000,2001 Gerard Lantau + * Copyright (c) 2000, 2001 Fabrice Bellard * and * simple_grab.c Copyright (c) 1999 Roger Hardiman * |