#699: BMP: support BMP OS/2 v2 with RLE compression
-------------------------------------+-------------------------------------
             Reporter:  ami_stuff    |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by ami_stuff):

 "the major difference between v1.x and v2.x files is the size of the
 bitmap header. This header is 14 bytes in length in v1.x BMP files and is
 64 bytes in length in v2.x files."

 and this seems to work

 {{{
    if(ihsize == 40 || ihsize == 64)
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/699#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to