Re: [FFmpeg-devel] [PATCH] avformat: support shorten in nistsphere demuxer

2016-04-07 Thread Paul B Mahol
On 4/7/16, Carl Eugen Hoyos wrote: > Paul B Mahol gmail.com> writes: > >> > Is using sidedata also a possibility? >> >> For what? > > To avoid creating artificial extradata not defined > by a file format. Not possible. ___ ffmpeg-devel mailing list ffm

Re: [FFmpeg-devel] [PATCH] avformat: support shorten in nistsphere demuxer

2016-04-07 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > > Is using sidedata also a possibility? > > For what? To avoid creating artificial extradata not defined by a file format. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/

Re: [FFmpeg-devel] [PATCH] avformat: support shorten in nistsphere demuxer

2016-04-07 Thread Paul B Mahol
On 4/7/16, Carl Eugen Hoyos wrote: > Paul B Mahol gmail.com> writes: > >> patch attached. > > Is using sidedata also a possibility? For what? Nope. > Carl Eugen > > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman

Re: [FFmpeg-devel] [PATCH] avformat: support shorten in nistsphere demuxer

2016-04-06 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > patch attached. Is using sidedata also a possibility? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avformat: support shorten in nistsphere demuxer

2016-04-06 Thread Paul B Mahol
On 4/6/16, Paul B Mahol wrote: > On 4/6/16, Carl Eugen Hoyos wrote: >> On Wednesday 06 April 2016 10:01:09 pm Paul B Mahol wrote: >>> Hi, >>> >>> patch attached. >> >> Slightly improved version for nistdec attached. >> >> How is the mu-law change related? > > Just obvious bug on my side, thanks f

Re: [FFmpeg-devel] [PATCH] avformat: support shorten in nistsphere demuxer

2016-04-06 Thread Paul B Mahol
On 4/6/16, Carl Eugen Hoyos wrote: > On Wednesday 06 April 2016 10:01:09 pm Paul B Mahol wrote: >> Hi, >> >> patch attached. > > Slightly improved version for nistdec attached. > > How is the mu-law change related? Just obvious bug on my side, thanks for pointing it out. _

Re: [FFmpeg-devel] [PATCH] avformat: support shorten in nistsphere demuxer

2016-04-06 Thread Carl Eugen Hoyos
On Wednesday 06 April 2016 10:01:09 pm Paul B Mahol wrote: > Hi, > > patch attached. Slightly improved version for nistdec attached. How is the mu-law change related? Carl Eugen diff --git a/libavformat/nistspheredec.c b/libavformat/nistspheredec.c index 2f17f9e..aa42133 100644 --- a/libavform