Move VideoCodecType from common_types.h to api/video/video_codec_type.h

Bug: webrtc:7660
Change-Id: I9381364a64113dbb622b26acbf2b71228c3c4b96
Reviewed-on: https://webrtc-review.googlesource.com/c/111480
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25710}
diff --git a/BUILD.gn b/BUILD.gn
index 4deafef..554c5b8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -439,6 +439,7 @@
   deps = [
     "api:array_view",
     "api/video:video_bitrate_allocation",
+    "api/video:video_frame",
     "rtc_base:checks",
     "//third_party/abseil-cpp/absl/strings",
   ]