diff libmpeg2/slice.c @ 12935:cda4ad0d3e70

forgotten libmpeg2 postprocessing
author henry
date Mon, 02 Aug 2004 13:09:17 +0000
parents d0a8810e155c
children 34df725814e8
line wrap: on
line diff
--- a/libmpeg2/slice.c	Mon Aug 02 12:38:05 2004 +0000
+++ b/libmpeg2/slice.c	Mon Aug 02 13:09:17 2004 +0000
@@ -1564,6 +1564,9 @@
 
 #define NEXT_MACROBLOCK							\
 do {									\
+    if(decoder->quant_store)                                            \
+        decoder->quant_store[decoder->quant_stride*(decoder->v_offset>>4) \
+                    +(decoder->offset>>4)] = decoder->quantizer_scale;  \
     decoder->offset += 16;						\
     if (decoder->offset == decoder->width) {				\
 	do { /* just so we can use the break statement */		\