Changeset 196:5625b89335c7 in roaraudio for roard/codecfilter.c


Ignore:
Timestamp:
07/20/08 21:30:58 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added basic support for codecfilter_cmd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter.c

    r194 r196  
    55struct roar_codecfilter g_codecfilter[] = { 
    66 {-1,                     "null", "null codec filter", NULL,                      NULL, NULL, NULL, NULL, NULL, NULL}, 
    7  {ROAR_CODEC_OGG_GENERAL, "cmd",  "ogg123",            "ogg123 -q -d raw -f - -", NULL, NULL, NULL, NULL, NULL, NULL}, 
     7 {ROAR_CODEC_OGG_GENERAL, "cmd",  "ogg123",            "ogg123 -q -d raw -f - -", cf_cmd_open, NULL, NULL, NULL, NULL, NULL}, 
    88 
    99 {-1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL} // end of list 
     
    4040 } 
    4141 
    42  info->filter = *codecfilter_id; 
     42 info->codecfilter = *codecfilter_id; 
    4343 
    4444 if (*codecfilter_id != -1) { 
Note: See TracChangeset for help on using the changeset viewer.