Re: [FFmpeg-devel] [PATCH] avcodec/noise_bsf: add support for dropping packets

2017-07-09 Thread Marton Balint
On Sat, 8 Jul 2017, Michael Niedermayer wrote: On Sat, Jul 08, 2017 at 01:21:32PM +0200, Marton Balint wrote: Signed-off-by: Marton Balint --- doc/bitstream_filters.texi | 14 +++--- libavcodec/noise_bsf.c | 8 libavcodec/version.h | 2 +- 3 files changed, 20 ins

Re: [FFmpeg-devel] [PATCH] avcodec/noise_bsf: add support for dropping packets

2017-07-08 Thread Michael Niedermayer
On Sat, Jul 08, 2017 at 01:21:32PM +0200, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > doc/bitstream_filters.texi | 14 +++--- > libavcodec/noise_bsf.c | 8 > libavcodec/version.h | 2 +- > 3 files changed, 20 insertions(+), 4 deletions(-) should be ok

[FFmpeg-devel] [PATCH] avcodec/noise_bsf: add support for dropping packets

2017-07-08 Thread Marton Balint
Signed-off-by: Marton Balint --- doc/bitstream_filters.texi | 14 +++--- libavcodec/noise_bsf.c | 8 libavcodec/version.h | 2 +- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index 926610ca7b..