Skip to content

mux/asf: fix an uninitialized variable use

Steve Lhomme requested to merge robUx4/vlc:asf_warning into master

It should never happen since i_cm_size is only set when there are aspect ratio values to write. But it's better to silence the warning.

Merge request reports