From e0ca9721bcf07175121316cc4c779d55c9a9d867 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Sat, 7 Apr 2001 21:27:57 +0000 Subject: codecs.conf support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@304 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stheader.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'stheader.h') diff --git a/stheader.h b/stheader.h index 03d78b64f9..273caede4f 100644 --- a/stheader.h +++ b/stheader.h @@ -1,13 +1,16 @@ // Stream headers: +/* typedef struct { int driver; // codec descriptor from codec.conf } codecinfo_t; +*/ typedef struct { demux_stream_t *ds; - codecinfo_t codec; + unsigned int format; + codecs_t *codec; // output format: int samplerate; int samplesize; @@ -36,11 +39,12 @@ typedef struct { typedef struct { demux_stream_t *ds; - codecinfo_t codec; + unsigned int format; + codecs_t *codec; // output format: float fps; float frametime; // 1/fps - unsigned int outfmt; + unsigned int outfmtidx; // unsigned int bitrate; // buffers: char *our_out_buffer; -- cgit v1.2.3