Opened 18 years ago
Closed 16 years ago
#1268 closed defect (fixed)
wmv3 in libavformat`s mkv demuxing error
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Component: | demuxer |
| Version: | unspecified | Severity: | major |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
Building system:
binutils-2.17.50-20060824-1, w32api-3.11, mingw-runtime-3.14, MSYS-1.0.11-2004.04.30-1 with msysCORE-1.0.11-20080826.tar, msysDTK-1.0.1, Vista Ultimate x64
Decoding of any file which contains wmv3 in mkv container leads to playing back black video output and the following output log.
ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)
ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)
ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)
ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)
ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)
ProcessInputError r:0x80004005=-2147467259 (keyframe: 1)
Mplayer`s own matroska demuxer works without any error.

got a sample ?