Changeset 1820:20ff1ea38586 in roaraudio for libroar/stream.c


Ignore:
Timestamp:
05/22/09 23:29:14 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added codecs MIDI and DMX512

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/stream.c

    r1813 r1820  
    543543 // MIDI: 
    544544 {ROAR_CODEC_MIDI_FILE,   "midi_file"  }, 
     545 {ROAR_CODEC_MIDI,        "midi"       }, 
    545546 
    546547 // XIPH: 
     
    577578 {ROAR_CODEC_META_RALB_PDP, "meta_ralb_pdp"}, 
    578579 
     580 // light control: 
     581 {ROAR_CODEC_DMX512,      "dmx512"     }, 
     582 
    579583 {-1, NULL} 
    580584}; 
Note: See TracChangeset for help on using the changeset viewer.