From cef41b172a715917dbdb28819ffc7ca0c4b85f6d Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Thu, 11 Apr 2024 13:20:31 -0700 Subject: [PATCH] Fix using namespace in pytorch/vision/torchvision/csrc/io/video/video.h Differential Revision: D56030425 --- torchvision/csrc/io/video/video.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/torchvision/csrc/io/video/video.h b/torchvision/csrc/io/video/video.h index abda3a39c6d..e57fc3ae6b7 100644 --- a/torchvision/csrc/io/video/video.h +++ b/torchvision/csrc/io/video/video.h @@ -6,8 +6,6 @@ #include "../decoder/memory_buffer.h" #include "../decoder/sync_decoder.h" -using namespace ffmpeg; - namespace vision { namespace video {