]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/crcenc.c
x86: h264qpel: Move stray comment to the right spot and clarify it
[ffmpeg] / libavformat / crcenc.c
index 4a13f1cd5d4988f545b331700bc5f910f5290477..3b30cc91995148102805f2a3b53a61100452e876 100644 (file)
@@ -50,7 +50,7 @@ static int crc_write_trailer(struct AVFormatContext *s)
 
     snprintf(buf, sizeof(buf), "CRC=0x%08x\n", crc->crcval);
     avio_write(s->pb, buf, strlen(buf));
-    avio_flush(s->pb);
+
     return 0;
 }