Displaying 2 results from an estimated 2 matches for "format_type_generic".
2005 Apr 11
6
AAC support?
...OGG; /* Backwards compatibility */
    else if(strcmp(contenttype, "application/ogg") == 0)
        return FORMAT_TYPE_OGG; /* Now blessed by IANA */
    else
        /* We default to the Generic format handler, which
           can handle many more formats than just mp3 */
        return FORMAT_TYPE_GENERIC;
}
am I missing something?
Akos
2005 Apr 11
0
AAC support?
...y */
>     else if(strcmp(contenttype, "application/ogg") == 0)
>         return FORMAT_TYPE_OGG; /* Now blessed by IANA */
>     else
>         /* We default to the Generic format handler, which
>            can handle many more formats than just mp3 */
>         return FORMAT_TYPE_GENERIC;
>}
>
>
>am I missing something?
>
>
>Akos
>_______________________________________________
>Icecast mailing list
>Icecast@xiph.org
>http://lists.xiph.org/mailman/listinfo/icecast
__________________________________________________________________________
Greg J. O...