Add DCI 4k and 2160p.
---

Yes, I'm testing which encoders are able to do something with 4k now =)

 libavutil/parseutils.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavutil/parseutils.c b/libavutil/parseutils.c
index be238f0..4cf4471 100644
--- a/libavutil/parseutils.c
+++ b/libavutil/parseutils.c
@@ -80,6 +80,8 @@ static const VideoSizeAbbr video_size_abbrs[] = {
     { "hd480",     852, 480 },
     { "hd720",    1280, 720 },
     { "hd1080",   1920,1080 },
+    { "hd2160",   3840,2160 },
+    { "4k",       4096,2160 },
 };

 static const VideoRateAbbr video_rate_abbrs[]= {
--
2.3.2

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to