From 87244c8f201502508055b9e7104bf36bab198480 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 7 Oct 2012 12:48:31 +0200 Subject: [PATCH] matroskaenc: remove MATROSKA_ID_VIDEODISPLAYUNIT 3 Should fix ticket 1754 Thanks-to: Moritz Bunkus Signed-off-by: Michael Niedermayer --- libavformat/matroskaenc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index 4fd30b86fb..38518e3443 100644 --- a/libavformat/matroskaenc.c +++ b/libavformat/matroskaenc.c @@ -640,7 +640,6 @@ static int mkv_write_tracks(AVFormatContext *s) int d_width = codec->width*av_q2d(st->sample_aspect_ratio); put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYWIDTH , d_width); put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYHEIGHT, codec->height); - put_ebml_uint(pb, MATROSKA_ID_VIDEODISPLAYUNIT, 3); } if (codec->codec_id == AV_CODEC_ID_RAWVIDEO) {