Opened 17 years ago

Closed 17 years ago

#732 closed defect (fixed)

-demuxer mf uses dirty hacks?

Reported by: compn Owned by: r_togni@…
Priority: normal Component: demuxer
Version: HEAD Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

using mplayer -demuxer mf a1.bmp
seems that -demuxer mf cuts the first five characters off
for use with 'mf://'

Playing a1.bmp.
MF file format detected.
[mf] search expr: p*

is this a bug or correct behavior?

and yes i know that mplayer has no bmp decoder, but there is one in ffmpeg...

Change History (2)

comment:1 by reimar, 17 years ago

It's not correct behaviour, but it's not supposed to work either, demux_mf can only work with stream_mf.

comment:2 by reimar, 17 years ago

Resolution: fixed
Status: newclosed

It will now simply fail instead of doing weird stuff.

Note: See TracTickets for help on using tickets.