diff options
Diffstat (limited to 'src/libffmpeg/dvaudio_decoder.c')
-rw-r--r-- | src/libffmpeg/dvaudio_decoder.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libffmpeg/dvaudio_decoder.c b/src/libffmpeg/dvaudio_decoder.c index af2c95db9..2ad4b6c5c 100644 --- a/src/libffmpeg/dvaudio_decoder.c +++ b/src/libffmpeg/dvaudio_decoder.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 the xine project + * Copyright (C) 2005 the xine project * * This file is part of xine, a free video player. * @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dvaudio_decoder.c,v 1.6 2004/12/16 13:58:57 mroi Exp $ + * $Id: dvaudio_decoder.c,v 1.7 2005/08/25 15:36:30 valtri Exp $ * * dv audio decoder based on patch by Dan Dennedy <dan@dennedy.org> * @@ -31,7 +31,6 @@ #include <stdio.h> #include <inttypes.h> #include <string.h> -#include <pthread.h> #include <math.h> #define LOG_MODULE "dvaudio" |