diff options
Diffstat (limited to 'src/video_dec/foovideo.c')
-rw-r--r-- | src/video_dec/foovideo.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/video_dec/foovideo.c b/src/video_dec/foovideo.c index 61a4b1e40..99ec1287b 100644 --- a/src/video_dec/foovideo.c +++ b/src/video_dec/foovideo.c @@ -67,7 +67,7 @@ typedef struct foovideo_decoder_s { /* these are variables exclusive to the foo video decoder */ unsigned char current_yuv_byte; - + } foovideo_decoder_t; /************************************************************************** @@ -98,7 +98,7 @@ static void foovideo_decode_data (video_decoder_t *this_gen, this->video_step = buf->decoder_info[0]; _x_stream_info_set(this->stream, XINE_STREAM_INFO_FRAME_DURATION, this->video_step); } - + if (buf->decoder_flags & BUF_FLAG_STDHEADER) { /* need to initialize */ (this->stream->video_out->open) (this->stream->video_out, this->stream); @@ -256,7 +256,7 @@ static void *init_plugin (xine_t *xine, void *data) { * list of valid buffer types (and add a new one if the one you need does * not exist). Terminate the list with a 0. */ -static const uint32_t video_types[] = { +static const uint32_t video_types[] = { /* BUF_VIDEO_FOOVIDEO, */ BUF_VIDEO_VQA, BUF_VIDEO_SORENSON_V3, |