Re: [FFmpeg-devel] [PATCH 1/2] avcodec/h264: keep SPS and PPS bitstream data

2015-10-01 Thread wm4
On Thu, 1 Oct 2015 19:56:41 +0200 Michael Niedermayer wrote: > On Thu, Oct 01, 2015 at 07:26:47PM +0200, wm4 wrote: > > On Thu, 1 Oct 2015 19:08:21 +0200 > > Michael Niedermayer wrote: > > > > > On Thu, Oct 01, 2015 at 06:13:20PM +0200, wm4 wrote: > > > > Needed for the following VideotoolBox c

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/h264: keep SPS and PPS bitstream data

2015-10-01 Thread Michael Niedermayer
On Thu, Oct 01, 2015 at 07:26:47PM +0200, wm4 wrote: > On Thu, 1 Oct 2015 19:08:21 +0200 > Michael Niedermayer wrote: > > > On Thu, Oct 01, 2015 at 06:13:20PM +0200, wm4 wrote: > > > Needed for the following VideotoolBox commit. > > > --- > > > libavcodec/h264.h| 4 > > > libavcodec/h2

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/h264: keep SPS and PPS bitstream data

2015-10-01 Thread wm4
On Thu, 1 Oct 2015 19:08:21 +0200 Michael Niedermayer wrote: > On Thu, Oct 01, 2015 at 06:13:20PM +0200, wm4 wrote: > > Needed for the following VideotoolBox commit. > > --- > > libavcodec/h264.h| 4 > > libavcodec/h264_ps.c | 20 > > 2 files changed, 20 insertions

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/h264: keep SPS and PPS bitstream data

2015-10-01 Thread Michael Niedermayer
On Thu, Oct 01, 2015 at 06:13:20PM +0200, wm4 wrote: > Needed for the following VideotoolBox commit. > --- > libavcodec/h264.h| 4 > libavcodec/h264_ps.c | 20 > 2 files changed, 20 insertions(+), 4 deletions(-) > > diff --git a/libavcodec/h264.h b/libavcodec/h264.h

[FFmpeg-devel] [PATCH 1/2] avcodec/h264: keep SPS and PPS bitstream data

2015-10-01 Thread wm4
Needed for the following VideotoolBox commit. --- libavcodec/h264.h| 4 libavcodec/h264_ps.c | 20 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 7356288..eeb2aaf 100644 --- a/libavcodec/h264.h +++ b/libavc