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
fix seperator typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.5
Michael Niedermayer
10 years ago
parent
f6777ce6fe
commit
cf7b90dea2
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/avcodec.h
+1
-1
libavformat/avformat.h
+ 1
- 1
libavcodec/avcodec.h
View File
@@ -3081,7 +3081,7 @@ typedef struct AVCodecContext {
uint16_t *chroma_intra_matrix;
/**
* dump format sep
e
rator.
* dump format sep
a
rator.
* can be ", " or "\n " or anything else
* Code outside libavcodec should access this field using AVOptions
* (NO direct access).
+ 1
- 1
libavformat/avformat.h
View File
@@ -1715,7 +1715,7 @@ typedef struct AVFormatContext {
int64_t probesize2;
/**
* dump format sep
e
rator.
* dump format sep
a
rator.
* can be ", " or "\n " or anything else
* Code outside libavformat should access this field using AVOptions
* (NO direct access).
Write
Preview
Loading…
Cancel
Save