Remove pixel_format from VideoDecoderConfig it's mostly lies.

We almost never have a valid pixel format anymore, so many places just
hardcode it to I420 regardless of what's in the file. It's not used for
anything, so just go ahead and remove it from the VideoDecoderConfig.

What we do need is a signal about the presence of an alpha channel, so
just use that directly instead of guessing at it based on the format.

BUG=none
TEST=bots pass
R=sandersd

Change-Id: Ifbd2357255650366d2bae0fa1fba1cfcbf01671d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673582
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Dan Sanders <sandersd@chromium.org>
Reviewed-by: Kenneth MacKay <kmackay@chromium.org>
Reviewed-by: Jesse Doherty <jwd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#672686}
44 files changed