From 35186d86089cdfee3f4bd18a7df6278cdc84b2c6 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Tue, 1 Jun 2004 22:05:47 +0000 Subject: Add FIXME comment. CVS patchset: 6629 CVS date: 2004/06/01 22:05:47 --- src/demuxers/demux_qt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/demuxers/demux_qt.c b/src/demuxers/demux_qt.c index 01e3967a9..0e2c38781 100644 --- a/src/demuxers/demux_qt.c +++ b/src/demuxers/demux_qt.c @@ -30,7 +30,7 @@ * build_frame_table * free_qt_info * - * $Id: demux_qt.c,v 1.184 2004/06/01 04:34:01 tmmm Exp $ + * $Id: demux_qt.c,v 1.185 2004/06/01 22:05:47 jcdutton Exp $ * */ @@ -2592,6 +2592,8 @@ static void demux_qt_send_headers(demux_plugin_t *this_gen) { buf->decoder_info[1] = audio_trak->properties->audio.sample_rate; buf->decoder_info[2] = audio_trak->properties->audio.bits; buf->decoder_info[3] = audio_trak->properties->audio.channels; + /* FIXME from jcdutton: Shouldn't this be a memcpy ? */ + /* I don't know enough about this Quicktime demuxer to be sure */ buf->content = (void *)&audio_trak->properties->audio.wave; buf->size = sizeof(audio_trak->properties->audio.wave); this->audio_fifo->put (this->audio_fifo, buf); -- cgit v1.2.3