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
81a3c42a
Commit
81a3c42a
authored
Nov 09, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop some bogus Doxygen documentation.
parent
a1d9de30
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
vorbis_parser.h
libavcodec/vorbis_parser.h
+0
-3
hwcontext.h
libavutil/hwcontext.h
+0
-2
No files found.
libavcodec/vorbis_parser.h
View file @
81a3c42a
...
@@ -32,9 +32,6 @@ typedef struct AVVorbisParseContext AVVorbisParseContext;
...
@@ -32,9 +32,6 @@ typedef struct AVVorbisParseContext AVVorbisParseContext;
/**
/**
* Allocate and initialize the Vorbis parser using headers in the extradata.
* Allocate and initialize the Vorbis parser using headers in the extradata.
*
* @param avctx codec context
* @param s Vorbis parser context
*/
*/
AVVorbisParseContext
*
av_vorbis_parse_init
(
const
uint8_t
*
extradata
,
AVVorbisParseContext
*
av_vorbis_parse_init
(
const
uint8_t
*
extradata
,
int
extradata_size
);
int
extradata_size
);
...
...
libavutil/hwcontext.h
View file @
81a3c42a
...
@@ -225,8 +225,6 @@ typedef struct AVHWFramesContext {
...
@@ -225,8 +225,6 @@ typedef struct AVHWFramesContext {
/**
/**
* Allocate an AVHWDeviceContext for a given pixel format.
* Allocate an AVHWDeviceContext for a given pixel format.
*
*
* @param format a hwaccel pixel format (AV_PIX_FMT_FLAG_HWACCEL must be set
* on the corresponding format descriptor)
* @return a reference to the newly created AVHWDeviceContext on success or NULL
* @return a reference to the newly created AVHWDeviceContext on success or NULL
* on failure.
* on failure.
*/
*/
...
...
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