Re: [FFmpeg-devel] [PATCH v5 1/2] avformat/mxf: add platform local tag

2021-01-30 Thread lance . lmwang
On Sat, Jan 30, 2021 at 09:59:16PM +0100, Marton Balint wrote: > > > On Sat, 30 Jan 2021, lance.lmw...@gmail.com wrote: > > > From: Limin Wang > > > > Please check the string of platform with below command: > > ./ffmpeg -i ../fate-suite/mxf/Sony-1.mxf -c:v copy -c:a copy out.mxf > >

Re: [FFmpeg-devel] [PATCH v5 1/2] avformat/mxf: add platform local tag

2021-01-30 Thread Marton Balint
On Sat, 30 Jan 2021, lance.lmw...@gmail.com wrote: From: Limin Wang Please check the string of platform with below command: ./ffmpeg -i ../fate-suite/mxf/Sony-1.mxf -c:v copy -c:a copy out.mxf ./ffmpeg -i out.mxf application_platform: Lavf58.65.101 (linux) I think this should

[FFmpeg-devel] [PATCH v5 1/2] avformat/mxf: add platform local tag

2021-01-29 Thread lance . lmwang
From: Limin Wang Please check the string of platform with below command: ./ffmpeg -i ../fate-suite/mxf/Sony-1.mxf -c:v copy -c:a copy out.mxf ./ffmpeg -i out.mxf application_platform: Lavf58.65.101 (linux) Signed-off-by: Limin Wang --- configure | 1 +