mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
Add doxygen @file comment block
Originally committed as revision 24326 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a16ebd40d8
commit
07e6384dd8
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* @file
|
||||
* CGA/EGA/VGA ROM data
|
||||
*
|
||||
* This file is part of FFmpeg.
|
||||
@ -19,6 +18,11 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
* CGA/EGA/VGA ROM data
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include "cga_data.h"
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* @file
|
||||
* CGA/EGA/VGA ROM data
|
||||
*
|
||||
* This file is part of FFmpeg.
|
||||
@ -19,6 +18,11 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
* CGA/EGA/VGA ROM data
|
||||
*/
|
||||
|
||||
#ifndef AVCODEC_CGA_DATA_H
|
||||
#define AVCODEC_CGA_DATA_H
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* @file
|
||||
* SAUCE header parser
|
||||
* Copyright (c) 2010 Peter Ross <pross@xvid.org>
|
||||
*
|
||||
@ -20,6 +19,11 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
* SAUCE header parser
|
||||
*/
|
||||
|
||||
#include "libavutil/intreadwrite.h"
|
||||
#include "avformat.h"
|
||||
#include "sauce.h"
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* @file
|
||||
* SAUCE header parser
|
||||
* Copyright (c) 2010 Peter Ross <pross@xvid.org>
|
||||
*
|
||||
@ -20,6 +19,11 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
* SAUCE header parser
|
||||
*/
|
||||
|
||||
#ifndef AVFORMAT_SAUCE_H
|
||||
#define AVFORMAT_SAUCE_H
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* @file
|
||||
* Tele-typewriter demuxer
|
||||
* Copyright (c) 2010 Peter Ross <pross@xvid.org>
|
||||
*
|
||||
@ -20,6 +19,11 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Tele-typewriter demuxer
|
||||
*/
|
||||
|
||||
#include "libavutil/intreadwrite.h"
|
||||
#include "libavutil/avstring.h"
|
||||
#include "avformat.h"
|
||||
|
Loading…
Reference in New Issue
Block a user