Re: [FFmpeg-devel] [PATCH] libavcodec/videotoolbox: fix decoding of h264 streams with minor SPS changes

2017-11-17 Thread Aman Gupta
On Fri, Nov 17, 2017 at 3:14 PM Hendrik Leppkes wrote: > On Fri, Nov 17, 2017 at 11:44 PM, Aman Gupta wrote: > > On Wed, Nov 15, 2017 at 1:57 PM, Hendrik Leppkes > > wrote: > > > >> On Wed, Nov 15, 2017 at 10:15 PM, Aman Gupta

Re: [FFmpeg-devel] [PATCH] libavcodec/videotoolbox: fix decoding of h264 streams with minor SPS changes

2017-11-17 Thread Hendrik Leppkes
On Fri, Nov 17, 2017 at 11:44 PM, Aman Gupta wrote: > On Wed, Nov 15, 2017 at 1:57 PM, Hendrik Leppkes > wrote: > >> On Wed, Nov 15, 2017 at 10:15 PM, Aman Gupta wrote: >> > From: Aman Gupta >> > >> > Previously the codec

Re: [FFmpeg-devel] [PATCH] libavcodec/videotoolbox: fix decoding of h264 streams with minor SPS changes

2017-11-17 Thread Aman Gupta
On Wed, Nov 15, 2017 at 1:57 PM, Hendrik Leppkes wrote: > On Wed, Nov 15, 2017 at 10:15 PM, Aman Gupta wrote: > > From: Aman Gupta > > > > Previously the codec kept an entire copy of the SPS, and restarted the > VT decoder > > session

Re: [FFmpeg-devel] [PATCH] libavcodec/videotoolbox: fix decoding of h264 streams with minor SPS changes

2017-11-15 Thread Aman Gupta
On Wed, Nov 15, 2017 at 1:57 PM, Hendrik Leppkes wrote: > On Wed, Nov 15, 2017 at 10:15 PM, Aman Gupta wrote: > > From: Aman Gupta > > > > Previously the codec kept an entire copy of the SPS, and restarted the > VT decoder > > session

Re: [FFmpeg-devel] [PATCH] libavcodec/videotoolbox: fix decoding of h264 streams with minor SPS changes

2017-11-15 Thread Hendrik Leppkes
On Wed, Nov 15, 2017 at 10:15 PM, Aman Gupta wrote: > From: Aman Gupta > > Previously the codec kept an entire copy of the SPS, and restarted the VT > decoder > session whenever it changed. This fixed decoding errors in [1], as > described in 9519983c. On further