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
cf7b90de
Commit
cf7b90de
authored
Oct 09, 2014
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix seperator typo
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
f6777ce6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
avcodec.h
libavcodec/avcodec.h
+1
-1
avformat.h
libavformat/avformat.h
+1
-1
No files found.
libavcodec/avcodec.h
View file @
cf7b90de
...
@@ -3081,7 +3081,7 @@ typedef struct AVCodecContext {
...
@@ -3081,7 +3081,7 @@ typedef struct AVCodecContext {
uint16_t
*
chroma_intra_matrix
;
uint16_t
*
chroma_intra_matrix
;
/**
/**
* dump format sep
e
rator.
* dump format sep
a
rator.
* can be ", " or "\n " or anything else
* can be ", " or "\n " or anything else
* Code outside libavcodec should access this field using AVOptions
* Code outside libavcodec should access this field using AVOptions
* (NO direct access).
* (NO direct access).
...
...
libavformat/avformat.h
View file @
cf7b90de
...
@@ -1715,7 +1715,7 @@ typedef struct AVFormatContext {
...
@@ -1715,7 +1715,7 @@ typedef struct AVFormatContext {
int64_t
probesize2
;
int64_t
probesize2
;
/**
/**
* dump format sep
e
rator.
* dump format sep
a
rator.
* can be ", " or "\n " or anything else
* can be ", " or "\n " or anything else
* Code outside libavformat should access this field using AVOptions
* Code outside libavformat should access this field using AVOptions
* (NO direct access).
* (NO direct access).
...
...
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