X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=fecdec_filter.c;h=31dd55c883f2e2f48ea31d9f357caf4197f7dc5d;hb=8b7f38b319ffcf0bec4709f2f1537be6aacb9901;hp=9edbcafe9e60a591337e93cac390cc8262e83721;hpb=bc15c3ff65eb00e04ebc303cfa9ee3d1a4675b35;p=paraslash.git diff --git a/fecdec_filter.c b/fecdec_filter.c index 9edbcafe..31dd55c8 100644 --- a/fecdec_filter.c +++ b/fecdec_filter.c @@ -47,7 +47,7 @@ struct fec_header { uint16_t slice_bytes; /** Non-zero if this group is the beginning of the stream. */ uint8_t bos; - /** Non-zero if this stream embedds audio headers into fec groups. */ + /** Non-zero if this stream embeds audio headers into fec groups. */ uint8_t header_stream; };