From 8161ac2902836032b6f6684aa48275325f8ca9ef Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Sun, 31 Mar 2019 00:00:50 +0530 Subject: lavf/movenc: fix tmcd writing for non-MP4/MOV modes write_tmcd allows tmcd track to be created with any mode but in mov_write_header, index for first tmcd track is only set for modes MP4 or MOV, causing a crash if tmcd creation is attempted with other modes. --- tests/ref/lavf/ismv | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/ref/lavf') diff --git a/tests/ref/lavf/ismv b/tests/ref/lavf/ismv index 96dc8c1c9d..865a6913cf 100644 --- a/tests/ref/lavf/ismv +++ b/tests/ref/lavf/ismv @@ -1,8 +1,8 @@ -96053075a3f60d271131fe2d0765c267 *tests/data/lavf/lavf.ismv -312542 tests/data/lavf/lavf.ismv +bd88b50defa57766619c092ea89f25a6 *tests/data/lavf/lavf.ismv +313165 tests/data/lavf/lavf.ismv tests/data/lavf/lavf.ismv CRC=0x9d9a638a -7022701b4c693bc4ffe1e9f96dd82a02 *tests/data/lavf/lavf.ismv -321448 tests/data/lavf/lavf.ismv +805a2557bf952c84835f3c10b6893e15 *tests/data/lavf/lavf.ismv +322071 tests/data/lavf/lavf.ismv tests/data/lavf/lavf.ismv CRC=0xe8130120 96053075a3f60d271131fe2d0765c267 *tests/data/lavf/lavf.ismv 312542 tests/data/lavf/lavf.ismv -- cgit v1.2.3