diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-28 20:59:27 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-28 21:18:09 +0200 |
commit | 895e4de8d5a0760a48ba968546693d9094a62013 (patch) | |
tree | dac91a68f33d83dd75263c0fd09761fba3748b5f /libavdevice/v4l2.c | |
parent | 72c60f3ecdd8a9e1760c3929376de3f17ab9e74a (diff) | |
download | ffmpeg-895e4de8d5a0760a48ba968546693d9094a62013.tar.gz |
v4l2: create file @doxy from text in the copyright header
Diffstat (limited to 'libavdevice/v4l2.c')
-rw-r--r-- | libavdevice/v4l2.c | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c index 868328e359..29ca01e7b5 100644 --- a/libavdevice/v4l2.c +++ b/libavdevice/v4l2.c @@ -1,15 +1,7 @@ /* - * Video4Linux2 grab interface * Copyright (c) 2000,2001 Fabrice Bellard * Copyright (c) 2006 Luca Abeni * - * Part of this file is based on the V4L2 video capture example - * (http://v4l2spec.bytesex.org/v4l2spec/capture.c) - * - * Thanks to Michael Niedermayer for providing the mapping between - * V4L2_PIX_FMT_* and PIX_FMT_* - * - * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or @@ -27,6 +19,17 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file + * Video4Linux2 grab interface + * + * Part of this file is based on the V4L2 video capture example + * (http://v4l2spec.bytesex.org/v4l2spec/capture.c) + * + * Thanks to Michael Niedermayer for providing the mapping between + * V4L2_PIX_FMT_* and PIX_FMT_* + */ + #undef __STRICT_ANSI__ //workaround due to broken kernel headers #include "config.h" #include <unistd.h> |