Re: [FFmpeg-devel] [PATCH 1/6] lavf/brstm: add support for BFSTM files

2015-06-17 Thread Paul B Mahol
Dana 17. 6. 2015. 00:28 osoba "Rodger Combs" napisala je: > > --- > libavcodec/utils.c | 4 ++ > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/brstm.c | 129 +++ > 4 files changed, 115 insertions(+), 20

[FFmpeg-devel] [PATCH 1/6] lavf/brstm: add support for BFSTM files

2015-06-16 Thread Rodger Combs
--- libavcodec/utils.c | 4 ++ libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/brstm.c | 129 +++ 4 files changed, 115 insertions(+), 20 deletions(-) diff --git a/libavcodec/utils.c b/libavcodec/utils.c index