Skip to content

avcodec: only set the i_codec when the i_chroma is valid

Steve Lhomme requested to merge robUx4/vlc:lavc-dead into master

fmt_out.i_codec is set again on the next line. It never falls back to I420 by default. It's OK, we don't need to pretend we know what we have.

Merge request reports