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
avformat: clarify stream id for muxing
tags/n1.1
Luca Barbato
13 years ago
parent
a3138ebfa8
commit
3b4296f414
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/avformat.h
+ 1
- 1
libavformat/avformat.h
View File
@@ -621,7 +621,7 @@ typedef struct AVStream {
/**
* Format-specific stream ID.
* decoding: set by libavformat
* encoding: set by the user
* encoding: set by the user
, replaced by libavformat if left unset
*/
int id;
/**
Write
Preview
Loading…
Cancel
Save