]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/des.c
pan: drop unecessary includes.
[ffmpeg] / libavutil / des.c
index b876dccd53dae65918abb6eeb496d7ffbd05ca47..e1c0ebcbfb65b4bd6549ad29a9eaebac608a28f5 100644 (file)
@@ -337,6 +337,7 @@ void av_des_mac(AVDES *d, uint8_t *dst, const uint8_t *src, int count) {
 }
 
 #ifdef TEST
+// LCOV_EXCL_START
 #undef printf
 #undef rand
 #undef srand
@@ -443,4 +444,5 @@ int main(void) {
 #endif
     return 0;
 }
+// LCOV_EXCL_STOP
 #endif