[libav-devel] [PATCH] vp6: partially propagate huffman tree building errors during coeff model parsing

2011-08-16 Thread Dustin Brody
--- libavcodec/vp6.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/vp6.c b/libavcodec/vp6.c index 33cd43a..7ee6340 100644 --- a/libavcodec/vp6.c +++ b/libavcodec/vp6.c @@ -215,8 +215,8 @@ static int vp6_huff_cmp(const void *va, const void *vb)

[libav-devel] [PATCH] vp6: partially propagate huffman tree building errors during coeff model parsing and fix misspelling

2011-08-16 Thread Dustin Brody
--- libavcodec/vp6.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libavcodec/vp6.c b/libavcodec/vp6.c index 33cd43a..657a5da 100644 --- a/libavcodec/vp6.c +++ b/libavcodec/vp6.c @@ -215,8 +215,8 @@ static int vp6_huff_cmp(const void *va, const void *vb)