Originally committed as revision 24326 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -1,5 +1,4 @@ |
| 1 | 1 |
/* |
| 2 |
- * @file |
|
| 3 | 2 |
* CGA/EGA/VGA ROM data |
| 4 | 3 |
* |
| 5 | 4 |
* This file is part of FFmpeg. |
| ... | ... |
@@ -19,6 +18,11 @@ |
| 19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | 20 |
*/ |
| 21 | 21 |
|
| 22 |
+/** |
|
| 23 |
+ * @file |
|
| 24 |
+ * CGA/EGA/VGA ROM data |
|
| 25 |
+ */ |
|
| 26 |
+ |
|
| 22 | 27 |
#include <stdint.h> |
| 23 | 28 |
#include "cga_data.h" |
| 24 | 29 |
|
| ... | ... |
@@ -1,5 +1,4 @@ |
| 1 | 1 |
/* |
| 2 |
- * @file |
|
| 3 | 2 |
* CGA/EGA/VGA ROM data |
| 4 | 3 |
* |
| 5 | 4 |
* This file is part of FFmpeg. |
| ... | ... |
@@ -19,6 +18,11 @@ |
| 19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | 20 |
*/ |
| 21 | 21 |
|
| 22 |
+/** |
|
| 23 |
+ * @file |
|
| 24 |
+ * CGA/EGA/VGA ROM data |
|
| 25 |
+ */ |
|
| 26 |
+ |
|
| 22 | 27 |
#ifndef AVCODEC_CGA_DATA_H |
| 23 | 28 |
#define AVCODEC_CGA_DATA_H |
| 24 | 29 |
|
| ... | ... |
@@ -1,5 +1,4 @@ |
| 1 | 1 |
/* |
| 2 |
- * @file |
|
| 3 | 2 |
* SAUCE header parser |
| 4 | 3 |
* Copyright (c) 2010 Peter Ross <pross@xvid.org> |
| 5 | 4 |
* |
| ... | ... |
@@ -20,6 +19,11 @@ |
| 20 | 20 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 21 | 21 |
*/ |
| 22 | 22 |
|
| 23 |
+/** |
|
| 24 |
+ * @file |
|
| 25 |
+ * SAUCE header parser |
|
| 26 |
+ */ |
|
| 27 |
+ |
|
| 23 | 28 |
#include "libavutil/intreadwrite.h" |
| 24 | 29 |
#include "avformat.h" |
| 25 | 30 |
#include "sauce.h" |
| ... | ... |
@@ -1,5 +1,4 @@ |
| 1 | 1 |
/* |
| 2 |
- * @file |
|
| 3 | 2 |
* SAUCE header parser |
| 4 | 3 |
* Copyright (c) 2010 Peter Ross <pross@xvid.org> |
| 5 | 4 |
* |
| ... | ... |
@@ -20,6 +19,11 @@ |
| 20 | 20 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 21 | 21 |
*/ |
| 22 | 22 |
|
| 23 |
+/** |
|
| 24 |
+ * @file |
|
| 25 |
+ * SAUCE header parser |
|
| 26 |
+ */ |
|
| 27 |
+ |
|
| 23 | 28 |
#ifndef AVFORMAT_SAUCE_H |
| 24 | 29 |
#define AVFORMAT_SAUCE_H |
| 25 | 30 |
|
| ... | ... |
@@ -1,5 +1,4 @@ |
| 1 | 1 |
/* |
| 2 |
- * @file |
|
| 3 | 2 |
* Tele-typewriter demuxer |
| 4 | 3 |
* Copyright (c) 2010 Peter Ross <pross@xvid.org> |
| 5 | 4 |
* |
| ... | ... |
@@ -20,6 +19,11 @@ |
| 20 | 20 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 21 | 21 |
*/ |
| 22 | 22 |
|
| 23 |
+/** |
|
| 24 |
+ * @file |
|
| 25 |
+ * Tele-typewriter demuxer |
|
| 26 |
+ */ |
|
| 27 |
+ |
|
| 23 | 28 |
#include "libavutil/intreadwrite.h" |
| 24 | 29 |
#include "libavutil/avstring.h" |
| 25 | 30 |
#include "avformat.h" |