X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=fecdec_filter.c;h=901a91694b3f22c71e3ead710da95d0faed0391b;hb=651d670fd60c8699ef9fd92a41e1c6dc9c84c683;hp=ca7c7dd3522eae673469baee46e7a7471e7fac72;hpb=8b8a81f7faf8faec7a14ebfca4ce2e5c6ad3ac40;p=paraslash.git diff --git a/fecdec_filter.c b/fecdec_filter.c index ca7c7dd3..901a9169 100644 --- a/fecdec_filter.c +++ b/fecdec_filter.c @@ -7,6 +7,7 @@ /** \file fecdec_filter.c A filter that fec-decodes an audio stream. */ #include +#include #include #include "para.h" @@ -14,6 +15,7 @@ #include "list.h" #include "sched.h" #include "ggo.h" +#include "buffer_tree.h" #include "filter.h" #include "string.h" #include "portable_io.h" @@ -40,7 +42,7 @@ struct fec_header { uint8_t slices_per_group; /** Number of slices needed to start decoding. */ uint8_t data_slices_per_group; - /** Size of the ogg vorbis header (zero for mp3, aac). */ + /** Size of the ogg vorbis/wma header (zero for mp3, aac). */ uint32_t audio_header_size; /** Number of the FEC group this slice belongs to. */ uint32_t group_num;