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
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