Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media_writer.cpp: In member function 'int media_writer::open(const string&, const stream_properties&)': media_writer.cpp:281:50: error: invalid conversion from 'const AVOutputFormat*' to 'AVOutputFormat*' [-fpermissive] 281 | AVOutputFormat *fmt_out = av_guess_format("mp4", NULL, "video/mp4"); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const AVOutputFormat*
- Loading branch information