Re: [FFmpeg-devel] [PATCH 1/2] avformat/flvenc: add FLVFlags for flvflags options

2016-09-13 Thread Michael Niedermayer
On Tue, Sep 13, 2016 at 10:09:48PM +0800, Steven Liu wrote: > add FLVFlags type, be used to add new FLVFlags options > > Signed-off-by: Steven Liu > --- > libavformat/flvenc.c | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) applied thanks [...] -- Michael GnuPG fingerpri

[FFmpeg-devel] [PATCH 1/2] avformat/flvenc: add FLVFlags for flvflags options

2016-09-13 Thread Steven Liu
add FLVFlags type, be used to add new FLVFlags options Signed-off-by: Steven Liu --- libavformat/flvenc.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c index ccbcf64..a3623f8 100644 --- a/libavformat/flvenc.c +++ b/libavfo