added functions to get current audio/video output information

This commit is contained in:
jp9000
2013-12-06 06:38:19 -07:00
parent 8298fa4dc7
commit ff47b3a2dc
5 changed files with 52 additions and 4 deletions

View File

@@ -57,8 +57,8 @@ struct obs_video {
pthread_t video_thread;
bool thread_initialized;
uint32_t output_width;
uint32_t output_height;
uint32_t base_width;
uint32_t base_height;
};
struct obs_audio {