Commit 28f27e0c authored by Aurelien Jacobs's avatar Aurelien Jacobs

matroskadec: fail cleanly when the required compression lib is not compiled in

Originally committed as revision 14870 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent dc3e0211
......@@ -919,6 +919,8 @@ static int matroska_decode_buffer(uint8_t** buf, int* buf_size,
break;
}
#endif
default:
return -1;
}
*buf = pkt_data;
......
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