mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-05-09 08:02:02 +08:00
38f4e973ef
This fixes extra semicolons that clang 3.7 on GNU/Linux warns about. These were trigggered when built under -Wpedantic, which essentially checks for strict ISO compliance in numerous ways. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>