Re: [FFmpeg-devel] [PATCH] h2645_parse: allow partial escaping

2016-05-06 Thread Carl Eugen Hoyos
Hendrik Leppkes gmail.com> writes: > This ports the fix from 033a533 to the new parser module in > prepartion of using it for the h264 decoder.h2645_parse: > allow partial escaping Could this patch port ticket #5453 from one codec to the next? Carl Eugen _

Re: [FFmpeg-devel] [PATCH] h2645_parse: allow partial escaping

2016-05-06 Thread Michael Niedermayer
On Fri, May 06, 2016 at 04:30:38PM +0200, Hendrik Leppkes wrote: > This ports the fix from 033a533 to the new parser module in prepartion > of using it for the h264 decoder.h2645_parse: allow partial escaping > --- > libavcodec/h2645_parse.c | 4 ++-- LGTM thx [...] -- Michael GnuPG fingerpr

Re: [FFmpeg-devel] [PATCH] h2645_parse: allow partial escaping

2016-05-06 Thread Hendrik Leppkes
On Fri, May 6, 2016 at 4:30 PM, Hendrik Leppkes wrote: > This ports the fix from 033a533 to the new parser module in prepartion > of using it for the h264 decoder.h2645_parse: allow partial escaping Nevermind the broken message, already fixed. ___ ffmpe

[FFmpeg-devel] [PATCH] h2645_parse: allow partial escaping

2016-05-06 Thread Hendrik Leppkes
This ports the fix from 033a533 to the new parser module in prepartion of using it for the h264 decoder.h2645_parse: allow partial escaping --- libavcodec/h2645_parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/h2645_parse.c b/libavcodec/h2645_parse.c index