Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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 rmk, 9 years ago

Uploaded sample to incoming/panasonic_fz200_720_25p_9s.MP4

comment:2 by jost, 9 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 Michael Niedermayer, 9 years ago

Resolution: fixed
Status: newclosed

comment:4 by Carl Eugen Hoyos, 9 years ago

Keywords: mov added
Version: unspecifiedgit-master
Note: See TracTickets for help on using tickets.