Re: [FFmpeg-devel] [PATCH 1/2] lavc/aac_ac3_parser: avoid zeroing codec parameters if we haven't read a frame

2015-12-30 Thread Michael Niedermayer
On Wed, Nov 25, 2015 at 02:54:59PM -0600, Rodger Combs wrote: > This caused issues when seeking in some unusual MPEGTS files > --- > libavcodec/aac_ac3_parser.c | 4 > 1 file changed, 4 insertions(+) LGTM thanks PS: would adding a fate test be easy ? [...] -- Michael GnuPG

[FFmpeg-devel] [PATCH 1/2] lavc/aac_ac3_parser: avoid zeroing codec parameters if we haven't read a frame

2015-11-25 Thread Rodger Combs
This caused issues when seeking in some unusual MPEGTS files --- libavcodec/aac_ac3_parser.c | 4 1 file changed, 4 insertions(+) diff --git a/libavcodec/aac_ac3_parser.c b/libavcodec/aac_ac3_parser.c index 2f7d568..6a76eb8 100644 --- a/libavcodec/aac_ac3_parser.c +++