]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/apc.c
matroskadec: parse available blocks even when cluster parsing failed
[ffmpeg] / libavformat / apc.c
index 97de8c88ed6ba31c1e62f0b75285a0b481e61b0a..20de1c7e589534b70d60599e4dfe890bc7c4a110 100644 (file)
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <string.h>
 #include "avformat.h"
-#include "string.h"
 
 static int apc_probe(AVProbeData *p)
 {
@@ -82,7 +82,7 @@ static int apc_read_packet(AVFormatContext *s, AVPacket *pkt)
 
 AVInputFormat apc_demuxer = {
     "apc",
-    "CRYO APC format",
+    NULL_IF_CONFIG_SMALL("CRYO APC format"),
     0,
     apc_probe,
     apc_read_header,