#ifndef GETBITRATE_H #define GETBITRATE_H #include #include int bitrate(char *path); int time_base_den(char *path); int time_base_num(char *path); int res_x(char *path); int res_y(char *path); #endif