mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-08 15:15:33 +01:00
The element was only being written when the value == 1. But the default value of this element is 1, so this has no useful effect. This element needs to be written when the value == 0. Signed-off-by: Anton Khirnov <anton@khirnov.net>