Commit 7c4a6119 authored by Laurent Aimar's avatar Laurent Aimar

Small warning fix.

parent 5002a535
...@@ -61,7 +61,6 @@ static void Yuv2Rgb( uint8_t *r, uint8_t *g, uint8_t *b, int y1, int u1, int v1 ...@@ -61,7 +61,6 @@ static void Yuv2Rgb( uint8_t *r, uint8_t *g, uint8_t *b, int y1, int u1, int v1
static int Open( vlc_object_t *p_this ) static int Open( vlc_object_t *p_this )
{ {
filter_t *p_filter = (filter_t*)p_this; filter_t *p_filter = (filter_t*)p_this;
filter_sys_t *p_sys;
/* It only supports YUVP to YUVA/RGBA without scaling /* It only supports YUVP to YUVA/RGBA without scaling
* (if scaling is required another filter can do it) */ * (if scaling is required another filter can do it) */
......
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