#4387 closed defect (fixed)
colr overread warning for panasonic fz 200 camera files
Reported by: | rmk | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | mov |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
execute ffmpeg -i on the attached file to get the warning:
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fd73200da00] overread end of atom 'colr' by 1 bytes
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
The sample is an iso base file with an 'nclc' color parameter type. 'nclc' is specified in quicktime. The file should contain ‘nclx’ color type instead to conform with the standard. mov_read_colr expects ’nclx’ which has an additional byte ‘full_range_flag’ (compared to ‘nclc’) causing the overread.
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 10 years ago
Keywords: | mov added |
---|---|
Version: | unspecified → git-master |
Note:
See TracTickets
for help on using tickets.
Uploaded sample to incoming/panasonic_fz200_720_25p_9s.MP4