Closed
Bug 1408519
Opened 7 years ago
Closed 5 years ago
[ffvpx] Assertion b->bs == BS_4x4 failed in [@ decode_b]
Categories
(Core :: Audio/Video: Playback, defect, P2)
Core
Audio/Video: Playback
Tracking
()
People
(Reporter: tsmith, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
175.08 KB,
video/webm
|
Details |
mozalloc_abort|hg:hg.mozilla.org/mozilla-central:memory/mozalloc/mozalloc_abort.cpp:33
abort|hg:hg.mozilla.org/mozilla-central:memory/mozalloc/mozalloc_abort.cpp:80
inter_pred_scaled_8bpp|hg:hg.mozilla.org/mozilla-central:media/ffvpx/libavutil/common.h:130
decode_b|hg:hg.mozilla.org/mozilla-central:media/ffvpx/libavcodec/vp9.c:2996
decode_sb|hg:hg.mozilla.org/mozilla-central:media/ffvpx/libavcodec/vp9.c:3402
decode_sb|hg:hg.mozilla.org/mozilla-central:media/ffvpx/libavcodec/vp9.c:3450
decode_sb|hg:hg.mozilla.org/mozilla-central:media/ffvpx/libavcodec/vp9.c:3450
decode_sb|hg:hg.mozilla.org/mozilla-central:media/ffvpx/libavcodec/vp9.c:3450
vp9_decode_frame|hg:hg.mozilla.org/mozilla-central:media/ffvpx/libavcodec/vp9.c:4184
frame_worker_thread|hg:hg.mozilla.org/mozilla-central:media/ffvpx/libavcodec/pthread_frame.c:154
Flags: in-testsuite?
Reporter | ||
Comment 1•7 years ago
|
||
I will test this on the latest ffmpeg and log it upstream if needed.
Flags: needinfo?(twsmith)
Comment 2•7 years ago
|
||
Yeah, this hits the same assert in older builds using ffmpeg too.
WARNING: Unsupported yuv color space.: file /home/worker/workspace/build/src/dom/media/platforms/ffmpeg/FFmpegVideoDecoder.cpp, line 314
Assertion b->bs == BS_4x4 failed at /home/worker/workspace/build/src/media/ffvpx/libavcodec/vp9_mc_template.c:208
Has Regression Range: --- → no
status-firefox56:
--- → wontfix
status-firefox57:
--- → wontfix
status-firefox-esr52:
--- → wontfix
Updated•7 years ago
|
Priority: -- → P2
Updated•7 years ago
|
Flags: needinfo?(rbultje)
Comment 3•7 years ago
|
||
Fixed in ffmpeg trunk in http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=7112b56a3413b68261e3db0314343e26c75be83b
Flags: needinfo?(rbultje)
Comment 4•7 years ago
|
||
status-firefox59:
--- → ?
Reporter | ||
Comment 5•5 years ago
|
||
This is no longer reproducible.
jya: can we close this? I assume we pulled in the upstream fix.
Flags: needinfo?(twsmith) → needinfo?(jyavenard)
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Flags: needinfo?(jyavenard)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•