summaryrefslogtreecommitdiff
path: root/src/libvfill/xine_decoder.c
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-09-26 01:18:19 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-09-26 01:18:19 +0000
commit105564c9ce5bea7587776e8cf39b2a3681b6d573 (patch)
tree7e0ea0f478d4022b3304441a68d800709f666ebe /src/libvfill/xine_decoder.c
parentf1f49a64af45856152c4ee9697f45d907647b406 (diff)
downloadxine-lib-105564c9ce5bea7587776e8cf39b2a3681b6d573.tar.gz
xine-lib-105564c9ce5bea7587776e8cf39b2a3681b6d573.tar.bz2
libmpeg2 cleanups, more tweaks for still image display, implemented BUF_CONTROL_SPU_CHANNEL, trying to wipe out last windows style variable names (bFrameBad for example)
CVS patchset: 697 CVS date: 2001/09/26 01:18:19
Diffstat (limited to 'src/libvfill/xine_decoder.c')
-rw-r--r--src/libvfill/xine_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libvfill/xine_decoder.c b/src/libvfill/xine_decoder.c
index 13693a6dd..b934b8a92 100644
--- a/src/libvfill/xine_decoder.c
+++ b/src/libvfill/xine_decoder.c
@@ -83,7 +83,7 @@ static void videofill_decode_data (video_decoder_t *this_gen, buf_element_t *buf
memcpy(img->base[2], last_img->base[2], image_size >> 2);
img->PTS = 0;
- img->bFrameBad = 0;
+ img->bad_frame = 0;
img->draw(img);
img->free(img);