Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
07e6384d
Commit
07e6384d
authored
Jul 19, 2010
by
Peter Ross
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add doxygen @file comment block
Originally committed as revision 24326 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
a16ebd40
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
5 deletions
+25
-5
cga_data.c
libavcodec/cga_data.c
+5
-1
cga_data.h
libavcodec/cga_data.h
+5
-1
sauce.c
libavformat/sauce.c
+5
-1
sauce.h
libavformat/sauce.h
+5
-1
tty.c
libavformat/tty.c
+5
-1
No files found.
libavcodec/cga_data.c
View file @
07e6384d
/*
* @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"
...
...
libavcodec/cga_data.h
View file @
07e6384d
/*
* @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
...
...
libavformat/sauce.c
View file @
07e6384d
/*
* @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"
...
...
libavformat/sauce.h
View file @
07e6384d
/*
* @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
...
...
libavformat/tty.c
View file @
07e6384d
/*
* @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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment