diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-01-08 01:02:27 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-01-08 01:02:27 +0000 |
commit | 89b2bf76f80eb05badeb340e2a00a8fbb6e17db3 (patch) | |
tree | dfd705e620522f0f22fa957ac403ee2923420274 /src/xine-engine/xine_internal.h | |
parent | 183830cbd2d23d2e616b617b1f5c7ab6867882b1 (diff) | |
download | xine-lib-89b2bf76f80eb05badeb340e2a00a8fbb6e17db3.tar.gz xine-lib-89b2bf76f80eb05badeb340e2a00a8fbb6e17db3.tar.bz2 |
fixes/cleanups of the handled/unhandled codecs
for more information see message on xine-devel
CVS patchset: 3818
CVS date: 2003/01/08 01:02:27
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r-- | src/xine-engine/xine_internal.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index cd6bba59e..88f0bbff8 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -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: xine_internal.h,v 1.120 2002/12/27 22:49:38 esnel Exp $ + * $Id: xine_internal.h,v 1.121 2003/01/08 01:02:33 miguelfreitas Exp $ * */ @@ -77,9 +77,6 @@ typedef struct extra_info_s extra_info_t; #define XINE_MAX_EVENT_LISTENERS 50 #define XINE_MAX_EVENT_TYPES 100 -#define XINE_CODEC_AUDIO 0 -#define XINE_CODEC_VIDEO 1 - /* used by plugin loader */ #define XINE_VERSION_CODE XINE_MAJOR_VERSION*10000+XINE_MINOR_VERSION*100+XINE_SUB_VERSION @@ -265,11 +262,6 @@ void video_decoder_shutdown (xine_stream_t *stream); void audio_decoder_init (xine_stream_t *stream); void audio_decoder_shutdown (xine_stream_t *stream); -/* this will just set stream->stream_info accordingly so frontends - can find out wheter audio/video is handled or not */ -void xine_report_codec (xine_stream_t *stream, int codec_type, - uint32_t fourcc, uint32_t buf_type, int handled) ; - /* extra_info operations */ void extra_info_reset( extra_info_t *extra_info ); |