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 channel_layout documentation.
libavformat/riff.c has been writing channel_layout for as long as the field exists.
tags/n0.8
Carl Eugen Hoyos
14 years ago
parent
6d32bcd770
commit
f8c49d02b0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/avcodec.h
+ 1
- 1
libavcodec/avcodec.h
View File
@@ -2611,7 +2611,7 @@ typedef struct AVCodecContext {
/**
* Audio channel layout.
* - encoding: set by user.
* - decoding: set by libavcodec.
* - decoding: set by
user, may be overwritten by
libavcodec.
*/
int64_t channel_layout;
Write
Preview
Loading…
Cancel
Save