0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/libobs/media-io
jp9000 c2f5a88c01 Fix improper structure dependency
I actually did compile that last commit and misread the failed projects
as 0.  I'm just going to put the conversion stuff in video-io.h stuff
because it requires it anyway, and video-scaler.h already depends on
video-io.h for the video_format enum anyway.
2014-02-18 13:50:09 -07:00
..
audio-io.c Implement automatic video scaling (if requested) 2014-02-18 13:37:56 -07:00
audio-io.h Implement automatic video scaling (if requested) 2014-02-18 13:37:56 -07:00
audio-resampler-ffmpeg.c fixed build problems with older ffmpeg versions 2014-02-15 17:32:33 +01:00
audio-resampler.h Implement output, improve video/audio subsystems 2014-02-09 05:51:06 -07:00
format-conversion.c Remove majority of warnings 2014-02-14 15:13:36 -07:00
format-conversion.h Remove majority of warnings 2014-02-14 15:13:36 -07:00
media-io-defs.h Remove majority of warnings 2014-02-14 15:13:36 -07:00
video-frame.c Implement automatic video scaling (if requested) 2014-02-18 13:37:56 -07:00
video-frame.h Implement automatic video scaling (if requested) 2014-02-18 13:37:56 -07:00
video-io.c Implement automatic video scaling (if requested) 2014-02-18 13:37:56 -07:00
video-io.h Fix improper structure dependency 2014-02-18 13:50:09 -07:00
video-scaler-ffmpeg.c Implement automatic video scaling (if requested) 2014-02-18 13:37:56 -07:00
video-scaler.h Fix improper structure dependency 2014-02-18 13:50:09 -07:00