diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-08-05 00:39:53 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-08-05 00:39:53 +0000 |
commit | 4eff97439b1cafea2b313d948566255cbd97d9fb (patch) | |
tree | b49e614508a97f783a1ed4a8e5aa66fd38c9af9e /libavformat/matroska.h | |
parent | ead30062570f56a8a24009cdec7a783dc07ef6f7 (diff) | |
download | ffmpeg-4eff97439b1cafea2b313d948566255cbd97d9fb.tar.gz |
matroskadec: simplify flag default
Originally committed as revision 14550 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroska.h')
-rw-r--r-- | libavformat/matroska.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libavformat/matroska.h b/libavformat/matroska.h index 62298d8fd6..613e27a4e7 100644 --- a/libavformat/matroska.h +++ b/libavformat/matroska.h @@ -190,15 +190,6 @@ typedef enum { } MatroskaTrackEncodingCompAlgo; /* - * These aren't in any way "matroska-form" things, - * it's just something I use in the muxer/demuxer. - */ - -typedef enum { - MATROSKA_TRACK_DEFAULT = (1<<1), -} MatroskaTrackFlags; - -/* * Matroska Codec IDs. Strings. */ |