This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
doxygen: misc consistency cosmetics
tags/n0.9
Diego Biurrun
14 years ago
parent
a2f31564b4
commit
99b9df5281
4 changed files
with
5 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/g722.c
+1
-1
libavcodec/lzw.h
+0
-4
libavcodec/msmpeg4.h
+4
-3
libavcodec/vaapi_h264.c
+ 0
- 1
libavcodec/g722.c
View File
@@ -26,7 +26,6 @@
/**
* @file
*
* G.722 ADPCM audio codec
*
* This G.722 decoder is a bit-exact implementation of the ITU G.722
+ 1
- 1
libavcodec/lzw.h
View File
@@ -24,7 +24,7 @@
* @file
* @brief LZW decoding routines
* @author Fabrice Bellard
*
M
odified for use in TIFF by Konstantin Shishkov
*
m
odified for use in TIFF by Konstantin Shishkov
*/
#ifndef AVCODEC_LZW_H
+ 0
- 4
libavcodec/msmpeg4.h
View File
@@ -19,10 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/**
* @file
*/
#ifndef AVCODEC_MSMPEG4_H
#define AVCODEC_MSMPEG4_H
+ 4
- 3
libavcodec/vaapi_h264.c
View File
@@ -23,9 +23,10 @@
#include "vaapi_internal.h"
#include "h264.h"
/** @file
* This file implements the glue code between Libav's and VA API's
* structures for H.264 decoding.
/**
* @file
* This file implements the glue code between Libav's and VA API's
* structures for H.264 decoding.
*/
/**
Write
Preview
Loading…
Cancel
Save