X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=spxdec_filter.c;h=b7b6329543773f0d0c12c96e21b952700790211f;hp=8b29007c67e5a7299c52cf8aada7875bef964a48;hb=9cc91f2d8d746e77947eeb2fd7af711a43c3a56a;hpb=093dda1824631372587d107d64601389027c6187 diff --git a/spxdec_filter.c b/spxdec_filter.c index 8b29007c..b7b63295 100644 --- a/spxdec_filter.c +++ b/spxdec_filter.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2002-2006 Jean-Marc Valin - * Copyright (C) 2010-2014 Andre Noll + * Copyright (C) 2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -75,7 +75,7 @@ struct private_spxdec_data { int lookahead; /** The state information about the current stream. */ ogg_stream_state os; - /** Whether \a os initialized. */ + /** Whether \a os is initialized. */ bool stream_init; };