You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-03 16:24:53 +02:00
doxygen: consistently place brief description
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* CCITT Fax Group 3 and 4 decompression
|
||||
* @file
|
||||
* CCITT Fax Group 3 and 4 decompression
|
||||
* @author Konstantin Shishkov
|
||||
*/
|
||||
#include "avcodec.h"
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* CCITT Fax Group 3 and 4 decompression
|
||||
* @file
|
||||
* CCITT Fax Group 3 and 4 decompression
|
||||
* @author Konstantin Shishkov
|
||||
*/
|
||||
#ifndef AVCODEC_FAXCOMPR_H
|
||||
|
||||
+1
-1
@@ -20,8 +20,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* LZW encoder
|
||||
* @file
|
||||
* LZW encoder
|
||||
* @author Bartlomiej Wolowiec
|
||||
*/
|
||||
|
||||
|
||||
+1
-1
@@ -20,8 +20,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* PCX image encoder
|
||||
* @file
|
||||
* PCX image encoder
|
||||
* @author Daniel Verkamp
|
||||
* @sa http://www.qzx.com/pc-gpe/pcx.txt
|
||||
*/
|
||||
|
||||
+1
-1
@@ -20,8 +20,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* RL2 Video Decoder
|
||||
* @file
|
||||
* RL2 Video Decoder
|
||||
* @author Sascha Sommer (saschasommer@freenet.de)
|
||||
*
|
||||
* For more information about the RL2 format, visit:
|
||||
|
||||
+2
-1
@@ -20,10 +20,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* TIFF image decoder
|
||||
* @file
|
||||
* TIFF image decoder
|
||||
* @author Konstantin Shishkov
|
||||
*/
|
||||
|
||||
#include "avcodec.h"
|
||||
#if CONFIG_ZLIB
|
||||
#include <zlib.h>
|
||||
|
||||
+2
-1
@@ -20,10 +20,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* TIFF tables
|
||||
* @file
|
||||
* TIFF tables
|
||||
* @author Konstantin Shishkov
|
||||
*/
|
||||
|
||||
#ifndef AVCODEC_TIFF_H
|
||||
#define AVCODEC_TIFF_H
|
||||
|
||||
|
||||
@@ -20,10 +20,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* TIFF image encoder
|
||||
* @file
|
||||
* TIFF image encoder
|
||||
* @author Bartlomiej Wolowiec
|
||||
*/
|
||||
|
||||
#include "avcodec.h"
|
||||
#if CONFIG_ZLIB
|
||||
#include <zlib.h>
|
||||
|
||||
+1
-1
@@ -20,8 +20,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* 8088flex TMV video decoder
|
||||
* @file
|
||||
* 8088flex TMV video decoder
|
||||
* @author Daniel Verkamp
|
||||
* @sa http://www.oldskool.org/pc/8088_Corruption
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user