Convert video_info to return a dict rather than list
commit3491f7eaa2cb24069573590d7b0066a9463d41a2
authorKRKeegan <-NOSPAM-kevin@krkeegan.com>
Sun, 4 May 2008 22:16:10 +0000 (4 15:16 -0700)
committerKRKeegan <-NOSPAM-kevin@krkeegan.com>
Sun, 4 May 2008 22:16:10 +0000 (4 15:16 -0700)
treefe42dd508e34ec887d9dff2a0d23020116ab0fa1
parent31b2632ed33dc21ca1916fa93205f0ef4c4fa5fa
Convert video_info to return a dict rather than list

This is much easier.  Now if we add any new tests to video_info we don't have to go back through the code and add an extra variable where ever video_info is called.
plugins/video/transcode.py
plugins/video/video.py