Skip to content

Commit

Permalink
init: Initialize the network stack in lavf
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
  • Loading branch information
dwbuiten committed Sep 11, 2014
1 parent 24eac35 commit 7847d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/ffms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ void av_log_windebug_callback(void* ptr, int level, const char* fmt, va_list vl)
FFMS_API(void) FFMS_Init(int, int UseUTF8Paths) {
if (!FFmpegInited) {
av_register_all();
avformat_network_init();
RegisterCustomParsers();
#ifdef _WIN32
GlobalUseUTF8Paths = !!UseUTF8Paths;
Expand Down

1 comment on commit 7847d0d

@kaefert
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit causes this issue for me:
#184
avxsynth/avxsynth#110

Please sign in to comment.