GNOME Bugzilla – Bug 754247
vc1parse: add break to switch case
Last modified: 2015-09-29 12:41:41 UTC
Created attachment 310199 [details] [review] patch Even though all cases inside VC1_STREAM_FORMAT_ASF are goto or g_assert_not_reached(), add a break at the end to appease Coverity.
Review of attachment 310199 [details] [review]: Better to wait until after freeze.
Review of attachment 310199 [details] [review]: commit c8d4e85f9e88d0e1786a2f5fcb07b2fa785346bf Author: Luis de Bethencourt <luis@debethencourt.com> Date: Fri Aug 28 16:13:16 2015 +0100 vc1parse: add break to switch case Even though all cases inside VC1_STREAM_FORMAT_ASF are goto or g_assert_not_reached(), add a break at the end to appease Coverity. CID #1320706