Re: [FFmpeg-devel] [PATCH] mov: Fix spherical metadata_source field parsing.

2017-01-09 Thread Aaron Colwell
On Mon, Jan 9, 2017 at 7:27 PM James Almer wrote: > On 1/9/2017 11:47 PM, Aaron Colwell wrote: > > On Mon, Jan 9, 2017 at 6:00 PM James Almer wrote: > > > >> On 1/9/2017 3:47 PM, Aaron Colwell wrote: > >>> The attached patch fixes MOV spherical metadata parsing when the > >>> metadata_source fie

Re: [FFmpeg-devel] [PATCH] mov: Fix spherical metadata_source field parsing.

2017-01-09 Thread James Almer
On 1/9/2017 11:47 PM, Aaron Colwell wrote: > On Mon, Jan 9, 2017 at 6:00 PM James Almer wrote: > >> On 1/9/2017 3:47 PM, Aaron Colwell wrote: >>> The attached patch fixes MOV spherical metadata parsing when the >>> metadata_source field is not an empty string. >>> >>> The metadata_source field is

Re: [FFmpeg-devel] [PATCH] mov: Fix spherical metadata_source field parsing.

2017-01-09 Thread Aaron Colwell
On Mon, Jan 9, 2017 at 6:00 PM James Almer wrote: > On 1/9/2017 3:47 PM, Aaron Colwell wrote: > > The attached patch fixes MOV spherical metadata parsing when the > > metadata_source field is not an empty string. > > > > The metadata_source field is a null-terminated string, like other ISOBMFF >

Re: [FFmpeg-devel] [PATCH] mov: Fix spherical metadata_source field parsing.

2017-01-09 Thread James Almer
On 1/9/2017 3:47 PM, Aaron Colwell wrote: > The attached patch fixes MOV spherical metadata parsing when the > metadata_source field is not an empty string. > > The metadata_source field is a null-terminated string, like other ISOBMFF > strings, > not an 8-bit length followed by string characters.

[FFmpeg-devel] [PATCH] mov: Fix spherical metadata_source field parsing.

2017-01-09 Thread Aaron Colwell
The attached patch fixes MOV spherical metadata parsing when the metadata_source field is not an empty string. The metadata_source field is a null-terminated string, like other ISOBMFF strings, not an 8-bit length followed by string characters. This patch fixes the parsing code so it skips over th