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
313d30c1
Commit
313d30c1
authored
Nov 29, 2011
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avutil: revert project name messing
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
6ffdc262
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
avutil.h
libavutil/avutil.h
+3
-3
opt.h
libavutil/opt.h
+1
-1
No files found.
libavutil/avutil.h
View file @
313d30c1
...
...
@@ -32,7 +32,7 @@
* @section libav_intro Introduction
*
* This document describe the usage of the different libraries
* provided by
Libav
.
* provided by
FFmpeg
.
*
* @li @ref libavc "libavcodec" encoding/decoding library
* @li @subpage libavfilter graph based frame editing library
...
...
@@ -47,7 +47,7 @@
* @defgroup lavu Common utility functions
*
* @brief
* libavutil contains the code shared across all the other
Libav
* libavutil contains the code shared across all the other
FFmpeg
* libraries
*
* @note In order to use the functions provided by avutil you must include
...
...
@@ -264,7 +264,7 @@ const char *av_get_media_type_string(enum AVMediaType media_type);
* @}
* @defgroup lavu_time Timestamp specific
*
*
Libav
internal timebase and timestamp definitions
*
FFmpeg
internal timebase and timestamp definitions
*
* @{
*/
...
...
libavutil/opt.h
View file @
313d30c1
...
...
@@ -176,7 +176,7 @@
*
* @section avoptions_use Using AVOptions
* This section deals with accessing options in an AVOptions-enabled struct.
* Such structs in
Libav
are e.g. AVCodecContext in libavcodec or
* Such structs in
FFmpeg
are e.g. AVCodecContext in libavcodec or
* AVFormatContext in libavformat.
*
* @subsection avoptions_use_examine Examining AVOptions
...
...
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