X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fecdec_filter.c;h=31dd55c883f2e2f48ea31d9f357caf4197f7dc5d;hp=0909007a48a1b6962f17a0754724b75c0d2e3e37;hb=3a6b996d8b39fdc067df352d1eee757ef2a8f49b;hpb=8aa9d0cddfefb882cfd8e7cadbeea5cce31b731f diff --git a/fecdec_filter.c b/fecdec_filter.c index 0909007a..31dd55c8 100644 --- a/fecdec_filter.c +++ b/fecdec_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2014 Andre Noll + * Copyright (C) 2009-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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; };