Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
99b9df52
Commit
99b9df52
authored
Jul 14, 2011
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doxygen: misc consistency cosmetics
parent
a2f31564
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
9 deletions
+5
-9
g722.c
libavcodec/g722.c
+0
-1
lzw.h
libavcodec/lzw.h
+1
-1
msmpeg4.h
libavcodec/msmpeg4.h
+0
-4
vaapi_h264.c
libavcodec/vaapi_h264.c
+4
-3
No files found.
libavcodec/g722.c
View file @
99b9df52
...
...
@@ -26,7 +26,6 @@
/**
* @file
*
* G.722 ADPCM audio codec
*
* This G.722 decoder is a bit-exact implementation of the ITU G.722
...
...
libavcodec/lzw.h
View file @
99b9df52
...
...
@@ -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
...
...
libavcodec/msmpeg4.h
View file @
99b9df52
...
...
@@ -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
...
...
libavcodec/vaapi_h264.c
View file @
99b9df52
...
...
@@ -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
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