On 10-07-2018 10:40 PM, Gyan Doshi wrote:
Plan to push in a day if no objections.
I checked some MOVs generated by Apple s/w like FCP or QT and saw that
they don't set stream-specific handlers in minf.
Correct way to convey handler name from input MOV to output MOV is by
not updating hand
Plan to push in a day if no objections.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
From 13c0956d4892fd236e2923e88ef8d4fb0de1e080 Mon Sep 17 00:00:00 2001
From: Gyan Doshi
Date: Sun, 8 Jul 2018 12:05:34 +0530
Subject: [PATCH] avformat/movenc: write track data in minf->hdlr for MOV
95 FATE references updated due to changed track handler names
Fixes #7104
---
libavformat/movenc.