X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=blobdiff_plain;f=video.hpp;h=274eda622d508af3241c83d3d45c90511671e102;hp=8319ea09fc21bf95518b3b99a6cd37a1ed1aeb64;hb=e1c65f7da2e82bcd2e61886ae5b329a7211ba124;hpb=392b6372714c8c2b2bf2389b86fb8f47ef70c2ef diff --git a/video.hpp b/video.hpp index 8319ea0..274eda6 100644 --- a/video.hpp +++ b/video.hpp @@ -5,6 +5,7 @@ namespace video { struct frame_params { + const char * name; unsigned int width, height; unsigned int rate_numer, rate_denom; unsigned int pixel_ratio_width, pixel_ratio_height;