[Ffmpeg-cvslog] r8670 - trunk/libavcodec/bethsoftvideo.c
michael
subversion
Sun Apr 8 01:27:11 CEST 2007
Author: michael
Date: Sun Apr 8 01:27:11 2007
New Revision: 8670
Modified:
trunk/libavcodec/bethsoftvideo.c
Log:
general purpose var should be int
Modified: trunk/libavcodec/bethsoftvideo.c
==============================================================================
--- trunk/libavcodec/bethsoftvideo.c (original)
+++ trunk/libavcodec/bethsoftvideo.c Sun Apr 8 01:27:11 2007
@@ -66,7 +66,7 @@ static int bethsoftvid_decode_frame(AVCo
uint8_t * frame_end;
int line_remaining = avctx->width; // number of bytes remaining on a line
const int wrap_to_next_line = vid->frame.linesize[0] - avctx->width;
- uint8_t rle_num_bytes;
+ int rle_num_bytes;
int yoffset;
if (avctx->reget_buffer(avctx, &vid->frame)) {
More information about the ffmpeg-cvslog
mailing list