From a68df043bfbc7f8f38332143577877846631eca4 Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Tue, 25 Aug 2015 19:58:37 +0200 Subject: Update build environment - remove faad2 - remove mad - remove polarssl - remove pthreads - add libcurl - add vtparse with UTF8 support - update project to use Visual Studio 2015 --- faad2/src/aacDECdrop/decode.h | 55 ------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 faad2/src/aacDECdrop/decode.h (limited to 'faad2/src/aacDECdrop/decode.h') diff --git a/faad2/src/aacDECdrop/decode.h b/faad2/src/aacDECdrop/decode.h deleted file mode 100644 index fda27a0..0000000 --- a/faad2/src/aacDECdrop/decode.h +++ /dev/null @@ -1,55 +0,0 @@ -/* - * function: Header file for aacDECdrop - * - * This program is distributed under the GNU General Public License, version 2. - * A copy of this license is included with this source. - * - * Copyright (C) 2002 John Edwards - */ - -#ifndef __DECODE_H__ -#define __DECODE_H__ - -#include - -typedef void (*progress_func)(long totalsamples, long samples); -typedef void (*error_func)(char *errormessage); - -typedef struct -{ - progress_func progress_update; - error_func error; - int decode_mode; - int output_format; - int file_type; - int object_type; - char *filename; -} aac_dec_opt; - - -int aac_decode(aac_dec_opt *opt); - -/* - * Put this here for convenience - */ - -typedef struct { - char TitleFormat[32]; - int window_x; - int window_y; - int always_on_top; - int logerr; - int decode_mode; - int outputFormat; - int fileType; - int object_type; -} SettingsAAC; - -/* - * GLOBALS - */ - -extern SettingsAAC iniSettings; - - -#endif /* __DECODE_H__ */ -- cgit v1.2.3