Re: [FFmpeg-devel] [PATCH 1/4] lavf/brstm: expose the loop point when present

2015-06-25 Thread Michael Niedermayer
On Tue, Jun 23, 2015 at 12:35:33PM -0500, Rodger Combs wrote: > --- > libavformat/brstm.c | 15 +-- > 1 file changed, 13 insertions(+), 2 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB In fact, the RIAA has been known t

[FFmpeg-devel] [PATCH 1/4] lavf/brstm: expose the loop point when present

2015-06-23 Thread Rodger Combs
--- libavformat/brstm.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/libavformat/brstm.c b/libavformat/brstm.c index 1d190c9..62940f0 100644 --- a/libavformat/brstm.c +++ b/libavformat/brstm.c @@ -93,6 +93,7 @@ static int read_header(AVFormatContext *s)