[vlc-devel] [PATCH] transcode: fix a compilation warning
Steve Lhomme
robux4 at videolabs.io
Thu Jul 13 14:50:30 CEST 2017
---
modules/stream_out/transcode/transcode.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/stream_out/transcode/transcode.c b/modules/stream_out/transcode/transcode.c
index 3eba37a414..1947c0e310 100644
--- a/modules/stream_out/transcode/transcode.c
+++ b/modules/stream_out/transcode/transcode.c
@@ -568,6 +568,8 @@ static void Del( sout_stream_t *p_stream, sout_stream_id_sys_t *id )
case SPU_ES:
transcode_spu_close( p_stream, id );
break;
+ default:
+ break; /* nothing to do on the stream */
}
}
--
2.12.1
More information about the vlc-devel
mailing list