]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/dv1394.h
v4l2: add a pixel_format private option.
[ffmpeg] / libavdevice / dv1394.h
index 7f3521d6e8e17b9e033eb5c0241866298c281bc0..5ccc68a2597417642540c769d0119fc181f254d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * dv1394.h - DV input/output over IEEE 1394 on OHCI chips
+ * DV input/output over IEEE 1394 on OHCI chips
  *   Copyright (C)2001 Daniel Maas <dmaas@dcine.com>
  *     receive, proc_fs by Dan Dennedy <dan@dennedy.org>
  *
@@ -8,25 +8,25 @@
  *   Copyright (C)1999,2000 Sebastien Rougeaux <sebastien.rougeaux@anu.edu.au>
  *                          Peter Schlaile <udbz@rz.uni-karlsruhe.de>
  *
- * This file is part of FFmpeg.
+ * This file is part of Libav.
  *
- * FFmpeg is free software; you can redistribute it and/or
+ * Libav is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
  * version 2.1 of the License, or (at your option) any later version.
  *
- * FFmpeg is distributed in the hope that it will be useful,
+ * Libav is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with FFmpeg; if not, write to the Free Software
+ * License along with Libav; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef FFMPEG_DV1394_H
-#define FFMPEG_DV1394_H
+#ifndef AVDEVICE_DV1394_H
+#define AVDEVICE_DV1394_H
 
 #define DV1394_DEFAULT_CHANNEL 63
 #define DV1394_DEFAULT_CARD    0
@@ -353,4 +353,4 @@ struct dv1394_status {
 };
 
 
-#endif /* FFMPEG_DV1394_H */
+#endif /* AVDEVICE_DV1394_H */