On Mon, 10 Nov 2014, Vittorio Giovara wrote:

From: Michael Niedermayer <[email protected]>

Bug-Id: CID 1087088
---
libavcodec/h264_cabac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c
index a55a8f3..5a7cdf0 100644
--- a/libavcodec/h264_cabac.c
+++ b/libavcodec/h264_cabac.c
@@ -2189,7 +2189,7 @@ decode_intra_mb:
                        }
                    }else
                        ref=0;
-                        fill_rectangle(&h->ref_cache[list][ scan8[0] ], 4, 4, 
8, ref, 1);
+                    fill_rectangle(&h->ref_cache[list][ scan8[0] ], 4, 4, 8, 
ref, 1);
                }
            }
            for(list=0; list<h->list_count; list++){
--
1.9.3 (Apple Git-50)

Ok

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to