# HG changeset patch # User benoit # Date 1222785671 0 # Node ID eb16a37644a58a26669e8157e9f3fcee8e53ed60 # Parent ade9fe6072ea11ef3acedfd1704eeceda6cb53db Remove useless lines. diff -r ade9fe6072ea -r eb16a37644a5 indeo3.c --- a/indeo3.c Tue Sep 30 14:22:10 2008 +0000 +++ b/indeo3.c Tue Sep 30 14:41:11 2008 +0000 @@ -101,7 +101,6 @@ long fflags2, const uint8_t *hdr, const uint8_t *buf2, int min_width_160); -/* ---------------------------------------------------------------------- */ static av_cold int iv_alloc_frames(Indeo3DecodeContext *s) { int luma_width, luma_height, luma_pixels, chroma_width, chroma_height, @@ -152,7 +151,6 @@ return 0; } -/* ---------------------------------------------------------------------- */ static av_cold void iv_free_func(Indeo3DecodeContext *s) { av_free(s->buf); @@ -160,7 +158,6 @@ av_free(s->corrector_type); } -/* ---------------------------------------------------------------------- */ static unsigned long iv_decode_frame(Indeo3DecodeContext *s, const uint8_t *buf, int buf_size) { @@ -238,7 +235,6 @@ long usl7; } ustr_t; -/* ---------------------------------------------------------------------- */ #define LV1_CHECK(buf1,rle_v3,lv1,lp2) \ if((lv1 & 0x80) != 0) { \