[FFmpeg-trac] #699(undetermined:new): BMP: support BMP OS/2 v2 with RLE compression

FFmpeg trac at avcodec.org
Fri Dec 2 21:58:14 CET 2011


#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


More information about the FFmpeg-trac mailing list