mpeg video

This commit is contained in:
j 2007-08-07 08:35:09 +00:00
parent b077cdfbe7
commit 48503770e0
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ _video_codec_map = {
'xvid': 'XviD',
'dx50': 'DivX',
'dvsd': 'DV',
'divx': 'DivX',
'divx': 'DivX',
'0x10000002': 'Mpeg2',
'0x10000001': 'Mpeg1',
}
def oggzinfo(fname):