X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavdevice%2Fdv1394.h;h=5ccc68a2597417642540c769d0119fc181f254d0;hb=251422982b885f9d41f0c743887a9ff05bf74cb7;hp=7f3521d6e8e17b9e033eb5c0241866298c281bc0;hpb=c721d803cbbaa4e5f35693b3c60f6d17c6434916;p=ffmpeg diff --git a/libavdevice/dv1394.h b/libavdevice/dv1394.h index 7f3521d6e8e..5ccc68a2597 100644 --- a/libavdevice/dv1394.h +++ b/libavdevice/dv1394.h @@ -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 * receive, proc_fs by Dan Dennedy * @@ -8,25 +8,25 @@ * Copyright (C)1999,2000 Sebastien Rougeaux * Peter Schlaile * - * 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 */