Re: [FFmpeg-devel] [PATCH 4/4] lavc/mpeg4videodec: fix can't dump AVOptions issue.

2018-08-15 Thread myp...@gmail.com
On Thu, Aug 16, 2018 at 6:16 AM Michael Niedermayer wrote: > > On Wed, Aug 15, 2018 at 08:44:31AM +0800, myp...@gmail.com wrote: > > On Tue, Aug 14, 2018 at 11:39 PM Michael Niedermayer > > > > wrote: > > > > > > On Mon, Aug 13, 2018 at 09:51:47PM +0800, Jun Zhao wrote: > > > > fix can't dump

Re: [FFmpeg-devel] [PATCH 4/4] lavc/mpeg4videodec: fix can't dump AVOptions issue.

2018-08-15 Thread Michael Niedermayer
On Wed, Aug 15, 2018 at 08:44:31AM +0800, myp...@gmail.com wrote: > On Tue, Aug 14, 2018 at 11:39 PM Michael Niedermayer > wrote: > > > > On Mon, Aug 13, 2018 at 09:51:47PM +0800, Jun Zhao wrote: > > > fix can't dump the mpeg4videodec option with the command > > > "ffmpeg -h decoder=mpeg4". > > >

Re: [FFmpeg-devel] [PATCH 4/4] lavc/mpeg4videodec: fix can't dump AVOptions issue.

2018-08-14 Thread myp...@gmail.com
On Tue, Aug 14, 2018 at 11:39 PM Michael Niedermayer wrote: > > On Mon, Aug 13, 2018 at 09:51:47PM +0800, Jun Zhao wrote: > > fix can't dump the mpeg4videodec option with the command > > "ffmpeg -h decoder=mpeg4". > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/mpeg4videodec.c |5

Re: [FFmpeg-devel] [PATCH 4/4] lavc/mpeg4videodec: fix can't dump AVOptions issue.

2018-08-14 Thread Michael Niedermayer
On Mon, Aug 13, 2018 at 09:51:47PM +0800, Jun Zhao wrote: > fix can't dump the mpeg4videodec option with the command > "ffmpeg -h decoder=mpeg4". > > Signed-off-by: Jun Zhao > --- > libavcodec/mpeg4videodec.c |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git

[FFmpeg-devel] [PATCH 4/4] lavc/mpeg4videodec: fix can't dump AVOptions issue.

2018-08-13 Thread Jun Zhao
fix can't dump the mpeg4videodec option with the command "ffmpeg -h decoder=mpeg4". Signed-off-by: Jun Zhao --- libavcodec/mpeg4videodec.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libavcodec/mpeg4videodec.c b/libavcodec/mpeg4videodec.c index 24c280d..549b7a5