Re: [FFmpeg-devel] [PATCH 2/2] lavc/options: initialize pkt_timebase

2014-11-15 Thread Michael Niedermayer
On Sat, Nov 15, 2014 at 09:07:13PM +0100, Lukasz Marek wrote: > It's default in option_table.h is 0, but without this fix it is represented > as 0/0. > > Signed-off-by: Lukasz Marek > --- > libavcodec/options.c | 1 + > 1 file changed, 1 insertion(+) should be ok i dont think 0/0 0/1 1/0 make

[FFmpeg-devel] [PATCH 2/2] lavc/options: initialize pkt_timebase

2014-11-15 Thread Lukasz Marek
It's default in option_table.h is 0, but without this fix it is represented as 0/0. Signed-off-by: Lukasz Marek --- libavcodec/options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/options.c b/libavcodec/options.c index ae5e5d5..5437770 100644 --- a/libavcodec/options.c +++ b