Dash-Industry-Forum/ISOSegmentValidator

Signal brand MP4v1 width and height

koln67 opened this issue · 0 comments

In src/ValidateAtoms.cpp, around line 2288, if the signal brand is MP4v1, the ImageDescription Width is checked and the following warning is output:

Warning: You signal brand MP4v1 and there ImageDescription width must be 320 not %d\n", vsdi.width.

Is the value of 320 supposed to be the only accepted value for the ImageDescription width? A similar check is provided for the height, which must equal 240 according to the next check. Is 240 the only accepted value for the ImageDescription height?