X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fecdec_filter.c;h=8acaf8157e206c0f276eb111129f52d7255f1b02;hp=ca7c7dd3522eae673469baee46e7a7471e7fac72;hb=883af94f87f7d5465047c3bdd626a9dca3c2be8c;hpb=8b8a81f7faf8faec7a14ebfca4ce2e5c6ad3ac40 diff --git a/fecdec_filter.c b/fecdec_filter.c index ca7c7dd3..8acaf815 100644 --- a/fecdec_filter.c +++ b/fecdec_filter.c @@ -40,7 +40,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;