Martin Storsjö 1bccef940c Read the right command line arguments in h264dec.cpp
pArgV[i++] evalates to the same string as cmd (which is
pArgV[i]); we need to increment i before indexing into
pArgV again.
2014-06-11 08:08:29 +03:00
..
2014-06-10 10:24:45 +08:00
2014-06-11 08:08:29 +03:00