From 105564c9ce5bea7587776e8cf39b2a3681b6d573 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 26 Sep 2001 01:18:19 +0000 Subject: 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 --- src/libw32dll/w32codec.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libw32dll/w32codec.c') diff --git a/src/libw32dll/w32codec.c b/src/libw32dll/w32codec.c index 60047b6ca..78974e26a 100644 --- a/src/libw32dll/w32codec.c +++ b/src/libw32dll/w32codec.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: w32codec.c,v 1.29 2001/09/20 11:02:45 jkeil Exp $ + * $Id: w32codec.c,v 1.30 2001/09/26 01:18:19 guenter Exp $ * * routines for using w32 codecs * @@ -480,9 +480,9 @@ static void w32v_decode_data (video_decoder_t *this_gen, buf_element_t *buf) { img->PTS = buf->PTS; if(ret) { printf("Error decompressing frame, err=%ld\n", (long)ret); - img->bFrameBad = 1; + img->bad_frame = 1; } else - img->bFrameBad = 0; + img->bad_frame = 0; if (img->copy) { int height = abs(this->o_bih.biHeight); -- cgit v1.2.3