Re: [FFmpeg-devel] [PATCH V2 0/3] avformat/av1dec: add low overhead obu demux

2020-08-11 Thread Xu, Guangxin
Hi James, All issues addressed. Could you help review it again? Thanks for you great help on this. > -Original Message- > From: Xu, Guangxin > Sent: Monday, August 10, 2020 5:34 PM > To: ffmpeg-devel@ffmpeg.org; jamr...@gmail.com > Cc: Xu, Guangxin > Subject: [PATCH V2 0/3] avformat/av1d

[FFmpeg-devel] [PATCH V2 0/3] avformat/av1dec: add low overhead obu demux

2020-08-10 Thread Xu Guangxin
take following addvices from James: Handle meta data before seq and frame in obu_probe Use read_obu_with_size instead of change parse_obu_header Use memmove instead of memcpy in obu_read_data Add "av1_frame_merge_bsf av1_parser" as dependency to configure. Change name from "av1" to "obu".