Re: [libav-devel] [PATCH 3/4] motion-test: don't use getopt().

2012-07-09 Thread Måns Rullgård
Anton Khirnov writes: > It's not available on all systems and using argc/argv directly actually > makes the code simpler. > --- > libavcodec/motion-test.c | 12 +++- > 1 file changed, 3 insertions(+), 9 deletions(-) > > diff --git a/libavcodec/motion-test.c b/libavcodec/motion-test.c >

[libav-devel] [PATCH 3/4] motion-test: don't use getopt().

2012-07-08 Thread Anton Khirnov
It's not available on all systems and using argc/argv directly actually makes the code simpler. --- libavcodec/motion-test.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/libavcodec/motion-test.c b/libavcodec/motion-test.c index bf63182..2c3a0af 100644 --- a/li

[libav-devel] [PATCH 3/4] motion-test: don't use getopt().

2012-07-07 Thread Anton Khirnov
It's not available on all systems and using argc/argv directly actually makes the code simpler. --- libavcodec/motion-test.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/libavcodec/motion-test.c b/libavcodec/motion-test.c index bf63182..2c3a0af 100644 --- a/li