commit | 9a25d4891925352b4920af1c40c46e15444f091d | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jan 13 12:22:20 2010 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jan 13 12:22:20 2010 -0800 |
tree | f3d03ebe5bfbb251f406c2f42164a3fdb673123c | |
parent | 7a54bf8213a7e6ee91fe53cec3eb9f06fc71f221 [diff] |
Split out main() into its own file This leaves the actual pes-reading code in pes.c, and puts the conversion logic in main.c. I should add some argument parsing code so that it can specify exactly what/how to convert things.