Re: [FFmpeg-devel] [PATCH] rtpdec_hevc: correct parsing of aggregated packets

2015-02-12 Thread Michael Niedermayer
On Thu, Feb 12, 2015 at 08:41:39PM +0100, Thomas Volkert wrote: reported by tim dot yao at amlogic dot com --- libavformat/rtpdec_hevc.c | 91 ++- 1 file changed, 74 insertions(+), 17 deletions(-) applied thanks [...] -- Michael GnuPG

[FFmpeg-devel] [PATCH] rtpdec_hevc: correct parsing of aggregated packets

2015-02-12 Thread Thomas Volkert
reported by tim dot yao at amlogic dot com --- libavformat/rtpdec_hevc.c | 91 ++- 1 file changed, 74 insertions(+), 17 deletions(-) diff --git a/libavformat/rtpdec_hevc.c b/libavformat/rtpdec_hevc.c index 3926614..471823c 100644 ---

[FFmpeg-devel] [PATCH] rtpdec_hevc: correct parsing of aggregated packets

2015-02-12 Thread Thomas Volkert
From: Thomas Volkert si...@gmx.net This fixes the parser for NAL type 48 (AP), reported by tim dot yao at amlogic dot com. --- libavformat/rtpdec_hevc.c | 91 ++- 1 file changed, 74 insertions(+), 17 deletions(-) diff --git