From 2054ac1e6fb27e9c62b77dded8178cba7cf38bdd Mon Sep 17 00:00:00 2001 From: Torsten Jager Date: Wed, 11 Jul 2012 13:17:14 +0300 Subject: yuv: fix bug from last commit --- src/video_dec/yuv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/video_dec/yuv.c b/src/video_dec/yuv.c index 477365641..a49ddf2e4 100644 --- a/src/video_dec/yuv.c +++ b/src/video_dec/yuv.c @@ -111,7 +111,7 @@ static void yuv_decode_data (video_decoder_t *this_gen, free (this->buf); this->buf = NULL; - this->bufsize = this->width = this->height; + this->bufsize = 0; this->size = 0; this->decoder_ok = 1; -- cgit v1.2.3