You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Changed / Refactored many enums and structs, to better standardize the naming of everything. Improved some more descriptions and briefs.
This commit is contained in:
@@ -175,7 +175,7 @@ void FFmpegWriter::SetAudioOptions(bool has_audio, string codec, int sample_rate
|
||||
}
|
||||
|
||||
// Set custom options (some codecs accept additional params)
|
||||
void FFmpegWriter::SetOption(Stream_Type stream, string name, string value)
|
||||
void FFmpegWriter::SetOption(StreamType stream, string name, string value)
|
||||
{
|
||||
// Declare codec context
|
||||
AVCodecContext *c = NULL;
|
||||
|
||||
Reference in New Issue
Block a user