use enum type instead of int
Originally committed as revision 13089 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
db26212676
commit
b9a7da77ec
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ typedef struct Track {
|
|||
MatroskaTrackFlags flags;
|
||||
|
||||
int encoding_scope;
|
||||
int encoding_algo;
|
||||
MatroskaTrackEncodingCompAlgo encoding_algo;
|
||||
uint8_t *encoding_settings;
|
||||
int encoding_settings_len;
|
||||
} MatroskaTrack;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue