Commit b68711b2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

es_format: mark transform default switch target as unreachable

parent d6a357e1
...@@ -273,6 +273,8 @@ static void transform_GetBasicOps( video_transform_t transform, ...@@ -273,6 +273,8 @@ static void transform_GetBasicOps( video_transform_t transform,
case TRANSFORM_IDENTITY: case TRANSFORM_IDENTITY:
*angle = 0; *angle = 0;
break; break;
default:
vlc_assert_unreachable ();
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment