]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/crc.h
ffplay: force video refresh if the window is resized or damaged
[ffmpeg] / libavutil / crc.h
index 6c0baab5ac953019ba0aa4ed00c50a9060e757b1..12650542badc37c136fe632ab64c548ffa0d73ef 100644 (file)
@@ -41,4 +41,3 @@ const AVCRC *av_crc_get_table(AVCRCId crc_id);
 uint32_t av_crc(const AVCRC *ctx, uint32_t start_crc, const uint8_t *buffer, size_t length) av_pure;
 
 #endif /* AVUTIL_CRC_H */
-