X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=blobdiff_plain;f=video.hpp;h=94a21b775c352ee95d5e3f4be9e8935a5ccabc05;hp=1c546e5de164c9b34455a43119d2ccfdc50d6bac;hb=HEAD;hpb=6afd65acff8fba3d5b98813ff040deb1261f06b2 diff --git a/video.hpp b/video.hpp index 1c546e5..94a21b7 100644 --- a/video.hpp +++ b/video.hpp @@ -5,7 +5,7 @@ namespace video { struct frame_params { - const char * ffmpeg_name; + const char * common_name; unsigned int width, height; unsigned int rate_numer, rate_denom; unsigned int pixel_ratio_width, pixel_ratio_height;