]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/framecrcenc.c
Remove the block with always false condition from vc1_parse_frame_header()
[ffmpeg] / libavformat / framecrcenc.c
index 0b537158c4cd8e8a026d844d22b3867baab328bc..f59a0c8c2d0c6d5791fba0e0dc2aef2acf05da00 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * frame CRC encoder (for codec/format testing)
- * Copyright (c) 2002 Fabrice Bellard.
+ * Copyright (c) 2002 Fabrice Bellard
  *
  * This file is part of FFmpeg.
  *
@@ -35,7 +35,7 @@ static int framecrc_write_packet(struct AVFormatContext *s, AVPacket *pkt)
 
 AVOutputFormat framecrc_muxer = {
     "framecrc",
-    "framecrc testing format",
+    NULL_IF_CONFIG_SMALL("framecrc testing format"),
     NULL,
     "",
     0,