[FFmpeg-devel] [PATCH] IFF Amiga Continuous Bitmap (ACBM)decoder

ami_stuff ami_stuff at o2.pl
Mon Nov 21 20:31:47 CET 2011


Hi,

> On Mon, Nov 21, 2011 at 06:46:22PM +0100, ami_stuff wrote:
> > @@ -166,6 +168,11 @@ static int iff_read_header(AVFormatContext *s,
> >              }
> >              break;
> >  
> > +        case ID_ABIT:
> > +            iff->body_pos = avio_tell(pb);
> > +            iff->body_size = data_size;
> > +            break;
> > +
> >          case ID_BODY:
> >              iff->body_pos = avio_tell(pb);
> >              iff->body_size = data_size;
> 
> This is exactly the same code, please don't duplicate it.

Fixed.

Regards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: acbm2.diff
Type: text/x-patch
Size: 2848 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20111121/1ff334f6/attachment.bin>


More information about the ffmpeg-devel mailing list