Bug 17541 - Problem with MP4 playback
: Problem with MP4 playback
Status: UNCONFIRMED
Product: Logitech Media Server
Classification: Unclassified
Component: Formats
: unspecified
: PC Debian Linux
: -- normal (vote)
: ---
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-09-05 12:40 UTC by Fabian
Modified: 2011-09-06 10:29 UTC (History)
3 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian 2011-09-05 12:40:05 UTC
The file /usr/share/perl5/Slim/Formats/Movie.pm contains an error that affects mp4 playback.

The line number varies from version to version but in 7.6.1 - r33110 the line number is 172

return ${ delete ${*$fh}{_mp4_seek_header} };

should be...

return delete ${*$fh}{_mp4_seek_header};