diff options
author | Benoit Fouet <benoit.fouet@free.fr> | 2008-09-30 14:41:11 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2008-09-30 14:41:11 +0000 |
commit | 950c0373fd65501aeca4bab07be84886b885164d (patch) | |
tree | 958929509a069ce823027413fe944ed5d626aadc /libavcodec | |
parent | 6f427ccbeb84b85b46406b5a7ada4a1e3c0c3146 (diff) | |
download | ffmpeg-950c0373fd65501aeca4bab07be84886b885164d.tar.gz |
Remove useless lines.
Originally committed as revision 15487 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/indeo3.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c index 991808f3c9..3c98a610e6 100644 --- a/libavcodec/indeo3.c +++ b/libavcodec/indeo3.c @@ -101,7 +101,6 @@ static void iv_Decode_Chunk(Indeo3DecodeContext *s, uint8_t *cur, 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 @@ static av_cold int iv_alloc_frames(Indeo3DecodeContext *s) return 0; } -/* ---------------------------------------------------------------------- */ static av_cold void iv_free_func(Indeo3DecodeContext *s) { av_free(s->buf); @@ -160,7 +158,6 @@ static av_cold void iv_free_func(Indeo3DecodeContext *s) av_free(s->corrector_type); } -/* ---------------------------------------------------------------------- */ static unsigned long iv_decode_frame(Indeo3DecodeContext *s, const uint8_t *buf, int buf_size) { @@ -238,7 +235,6 @@ typedef struct { long usl7; } ustr_t; -/* ---------------------------------------------------------------------- */ #define LV1_CHECK(buf1,rle_v3,lv1,lp2) \ if((lv1 & 0x80) != 0) { \ |