Re: [FFmpeg-devel] [PATCH] qsvenc_hevc: Fix usage of ff_hevc_extract_rbsp

2016-04-25 Thread Michael Niedermayer
On Tue, Apr 26, 2016 at 12:00:16AM +0100, Derek Buitenhuis wrote: > On 4/25/2016 11:37 PM, Michael Niedermayer wrote: > > i cant easily test this but does this need a > > av_freep of skipped_bytes_pos somewhere ? > > > > otherwise it should be ok > > I cannot easily test it either, unfortunately.

Re: [FFmpeg-devel] [PATCH] qsvenc_hevc: Fix usage of ff_hevc_extract_rbsp

2016-04-25 Thread Derek Buitenhuis
On 4/25/2016 11:37 PM, Michael Niedermayer wrote: > i cant easily test this but does this need a > av_freep of skipped_bytes_pos somewhere ? > > otherwise it should be ok I cannot easily test it either, unfortunately. I'm not sure why it would, though (without having looked very hard). - Derek

Re: [FFmpeg-devel] [PATCH] qsvenc_hevc: Fix usage of ff_hevc_extract_rbsp

2016-04-25 Thread Michael Niedermayer
On Mon, Apr 25, 2016 at 08:04:44PM +0100, Derek Buitenhuis wrote: > Signed-off-by: Derek Buitenhuis > --- > grep reveals no other usages. > --- > libavcodec/qsvenc_hevc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/qsvenc_hevc.c b/libavcodec/qsvenc_hevc.c

[FFmpeg-devel] [PATCH] qsvenc_hevc: Fix usage of ff_hevc_extract_rbsp

2016-04-25 Thread Derek Buitenhuis
Signed-off-by: Derek Buitenhuis --- grep reveals no other usages. --- libavcodec/qsvenc_hevc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/qsvenc_hevc.c b/libavcodec/qsvenc_hevc.c index 30fde72..e0bead9 100644 --- a/libavcodec/qsvenc_hevc.c +++ b/libavcodec/qsve