aiffparse: bail out early when bytes per sample is not set
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 12 Jun 2014 09:00:55 +0000 (10:00 +0100)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 12 Jun 2014 09:00:55 +0000 (10:00 +0100)
commit174fc1015e49a61c86cf2067596440d2c9cf332c
treefe978894dee16240f2cc30bf768691dd29722740
parentdb887f05cafdae8588150daeaa71bf99cfa3c6a2
aiffparse: bail out early when bytes per sample is not set

This should always be set for valid files when we get there,
and checking this avoids having ad hoc checks further down
in several places.

Coverity 1139698
gst/aiff/aiffparse.c