## 🐛 Bug The [test_audio_video_sync](https://github.com/pytorch/vision/blob/f5843099d895e72c27ffa9d29cc91dd8df7f3832/test/test_video_reader.py#L1241) test is quite slow and some times take up to [2.5 minutes to complete](https://app.circleci.com/pipelines/github/pytorch/vision/8456/workflows/7c4e4fbd-a353-41d1-923d-4bcd4bead708/jobs/609615). Profiling shows that the majority of time is spent within its loops:  It's worth optimizing it to reduce the execution time. cc @pmeier @prabhat00155