add avformat_network_init

This commit is contained in:
Isaac Connor 2016-04-17 09:28:43 -04:00
parent 72bf8ac2b8
commit d6f640907f
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ void FfmpegCamera::Initialise()
av_log_set_level( AV_LOG_QUIET ); av_log_set_level( AV_LOG_QUIET );
av_register_all(); av_register_all();
avformat_network_init();
} }
void FfmpegCamera::Terminate() void FfmpegCamera::Terminate()