]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Don't write display width/height in MKV file
authorAndreas Öman <andreas@lonelycoder.com>
Mon, 30 Aug 2010 10:08:07 +0000 (10:08 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Mon, 30 Aug 2010 10:08:07 +0000 (10:08 +0000)
src/dvr/mkmux.c

index 1eafaa4596ad3a0e28f3c4e6647d0223d2399b5e..d6a71c40e524cc95aadf4028d3a75e2ed329ccf5 100644 (file)
@@ -269,9 +269,6 @@ mk_build_tracks(mk_mux_t *mkm, const struct streaming_start *ss)
       ebml_append_uint(vi, 0xb0, ssc->ssc_width);
       ebml_append_uint(vi, 0xba, ssc->ssc_height);
 
-      ebml_append_uint(vi, 0x54b0, ssc->ssc_width);
-      ebml_append_uint(vi, 0x54ba, ssc->ssc_height);
-
       ebml_append_master(t, 0xe0, vi);
     }