Opened 9 years ago

Closed 9 years ago

#4606 closed enhancement (fixed)

jpeg2000: LRCP "Block with lengthinc greater than 8192 is not implemented"

Reported by: ami_stuff Owned by:
Priority: wish Component: avcodec
Version: git-master Keywords: j2k
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

C:\>ffmpeg -i lrcp_block_8192.jp2
ffmpeg version 2.6.git Copyright (c) 2000-2015 the FFmpeg developers
  built with gcc 4.6.2 (GCC)
  configuration: --disable-pthreads --enable-gpl --disable-ffprobe
  libavutil      54. 27.100 / 54. 27.100
  libavcodec     56. 41.100 / 56. 41.100
  libavformat    56. 36.100 / 56. 36.100
  libavdevice    56.  4.100 / 56.  4.100
  libavfilter     5. 16.101 /  5. 16.101
  libswscale      3.  1.101 /  3.  1.101
  libswresample   1.  2.100 /  1.  2.100
  libpostproc    53.  3.100 / 53.  3.100
[jpeg2000 @ 02287f80] Warning: not compiled with thread support, using thread em
ulation
[jpeg2000 @ 02287f80] extra cblk styles 1
[jpeg2000 @ 02287f80] Block with lengthinc greater than 8192 is not implemented.
 Update your FFmpeg version to the newest one from Git. If the problem still occ
urs, it means that your file has a feature which has not been implemented.
[jpeg2000 @ 02287f80] If you want to help, upload a sample of this file to ftp:/
/upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-
devel@ffmpeg.org)
Input #0, j2k_pipe, from 'lrcp_block_8192.jp2':
  Duration: N/A, bitrate: N/A
    Stream #0:0: Video: jpeg2000 (JPEG 2000 codestream restriction 0), rgb24, 99
9x749, 25 tbr, 25 tbn, 25 tbc
At least one output file must be specified

Attachments (1)

lrcp_block_8192.jp2 (664.1 KB ) - added by ami_stuff 9 years ago.

Download all attachments as: .zip

Change History (3)

by ami_stuff, 9 years ago

Attachment: lrcp_block_8192.jp2 added

comment:1 by Carl Eugen Hoyos, 9 years ago

Component: undeterminedavcodec
Keywords: j2k added
Priority: normalwish
Reproduced by developer: set
Status: newopen
Type: defectenhancement
Version: unspecifiedgit-master

comment:2 by Carl Eugen Hoyos, 9 years ago

Resolution: fixed
Status: openclosed

Fixed by Michael in dc73c7adc0284871af34100a6062378c07a63569 (ticket #4605).

Note: See TracTickets for help on using tickets.