Browse Source

matroskaenc: vertical alignment.

tags/n0.9
Anton Khirnov 14 years ago
parent
commit
a3f2f766af
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libavformat/matroskaenc.c

+ 3
- 3
libavformat/matroskaenc.c View File

@@ -1219,9 +1219,9 @@ AVOutputFormat ff_matroska_muxer = {
.write_header = mkv_write_header,
.write_packet = mkv_write_packet,
.write_trailer = mkv_write_trailer,
.flags = AVFMT_GLOBALHEADER | AVFMT_VARIABLE_FPS,
.codec_tag = (const AVCodecTag* const []){ff_codec_bmp_tags, ff_codec_wav_tags, 0},
.subtitle_codec = CODEC_ID_SSA,
.flags = AVFMT_GLOBALHEADER | AVFMT_VARIABLE_FPS,
.codec_tag = (const AVCodecTag* const []){ff_codec_bmp_tags, ff_codec_wav_tags, 0},
.subtitle_codec = CODEC_ID_SSA,
.query_codec = mkv_query_codec,
};
#endif


Loading…
Cancel
Save