Ticket #1859: mythburn.indexfix.diff

File mythburn.indexfix.diff, 642 bytes (added by anonymous, 18 years ago)
  • mytharchive/mythburn/scripts/mythburn.py

     
    23162316    # finally use the stream with the lowest pid, prefer ac3 over mp2
    23172317    if not found:
    23182318        for node in nodes:
    2319             int(node.attributes["ffmpegindex"].value)
     2319            index = int(node.attributes["ffmpegindex"].value)
    23202320            format = string.upper(node.attributes["codec"].value)
    23212321            pid = int(node.attributes["id"].value)
    23222322            if not found: