Re: [FFmpeg-devel] [PATCH v2] avformat/mov: fix 2 compile errors

2023-03-16 Thread zhilizhao(赵志立)
> On Mar 16, 2023, at 13:48, Xiang, Haihao > wrote: > > On Do, 2023-03-16 at 13:32 +0800, Tong Wu wrote: >> Compiler: MSVC 14.35.32215 >> Error type: error C2059: syntax error: '}' >> Related commit: 9e1ffed fate/mov: add PCM in mp4 test >> d7e8643 avformat/mov: parse ISO-14496-12 ChannelLayou

Re: [FFmpeg-devel] [PATCH v2] avformat/mov: fix 2 compile errors

2023-03-15 Thread Xiang, Haihao
On Do, 2023-03-16 at 13:32 +0800, Tong Wu wrote: > Compiler: MSVC 14.35.32215 > Error type: error C2059: syntax error: '}' > Related commit: 9e1ffed fate/mov: add PCM in mp4 test > d7e8643 avformat/mov: parse ISO-14496-12 ChannelLayout > > Signed-off-by: Tong Wu > --- >  libavformat/mov_chan.c |

[FFmpeg-devel] [PATCH v2] avformat/mov: fix 2 compile errors

2023-03-15 Thread Tong Wu
Compiler: MSVC 14.35.32215 Error type: error C2059: syntax error: '}' Related commit: 9e1ffed fate/mov: add PCM in mp4 test d7e8643 avformat/mov: parse ISO-14496-12 ChannelLayout Signed-off-by: Tong Wu --- libavformat/mov_chan.c | 2 +- libavformat/movenc.c | 2 +- 2 files changed, 2 insertion