0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 21:13:04 +02:00
obs-studio/plugins/obs-ffmpeg
kc5nra 5b97cfbbdd obs-ffmpeg: Only set codec ids if format non-null
In the settings if you select default container then the
format becomes null.  If null then audio/video codec ids should
not be set on the output format as they will both be
AV_CODEC_ID_NONE causing a context with no streams specified
to be created (error).
2015-04-26 17:31:21 -05:00
..
data/locale UI: Add latest translations from CrowdIn 2015-03-25 20:51:25 -04:00
closest-pixel-format.h obs-ffmpeg: Add support for YUV 4:4:4 2015-04-18 00:03:14 -07:00
CMakeLists.txt obs-ffmpeg: Add FFMpeg input source 2015-03-09 21:22:32 -05:00
obs-ffmpeg-aac.c (API Change) Remove encoder callback boilerplate 2015-04-17 20:17:43 -07:00
obs-ffmpeg-compat.h Add compatiblity for some older ffmpeg versions 2014-04-05 16:12:32 +02:00
obs-ffmpeg-formats.h Add planar YUV 4:4:4 format support 2015-04-17 20:16:40 -07:00
obs-ffmpeg-output.c obs-ffmpeg: Only set codec ids if format non-null 2015-04-26 17:31:21 -05:00
obs-ffmpeg-source.c Buildfix for older FFmpeg versions (F20 RPMFusion) 2015-04-01 06:50:22 -04:00
obs-ffmpeg.c obs-ffmpeg: Add FFMpeg input source 2015-03-09 21:22:32 -05:00