Commit 21015116 authored by aurel's avatar aurel

use enum type instead of int

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13089 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d583ab1c
...@@ -58,7 +58,7 @@ typedef struct Track { ...@@ -58,7 +58,7 @@ typedef struct Track {
MatroskaTrackFlags flags; MatroskaTrackFlags flags;
int encoding_scope; int encoding_scope;
int encoding_algo; MatroskaTrackEncodingCompAlgo encoding_algo;
uint8_t *encoding_settings; uint8_t *encoding_settings;
int encoding_settings_len; int encoding_settings_len;
} MatroskaTrack; } MatroskaTrack;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment