diff options
Diffstat (limited to 'src/libxinevdec/cinepak.c')
-rw-r--r-- | src/libxinevdec/cinepak.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libxinevdec/cinepak.c b/src/libxinevdec/cinepak.c index e625a0745..16b2e6957 100644 --- a/src/libxinevdec/cinepak.c +++ b/src/libxinevdec/cinepak.c @@ -22,7 +22,7 @@ * based on overview of Cinepak algorithm and example decoder * by Tim Ferguson: http://www.csse.monash.edu.au/~timf/ * - * $Id: cinepak.c,v 1.35 2003/12/14 22:13:25 siggi Exp $ + * $Id: cinepak.c,v 1.36 2004/01/09 01:26:34 miguelfreitas Exp $ */ #include <stdlib.h> @@ -388,7 +388,7 @@ static void cvid_decode_data (video_decoder_t *this_gen, buf_element_t *buf) { } } - if (buf->decoder_flags & BUF_FLAG_HEADER) { + if (buf->decoder_flags & BUF_FLAG_STDHEADER) { xine_bmiheader *bih; int chroma_size; |