Browse Source

lavf: Reset global flag on deinit

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 32da94fa7f)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.4.9
Vittorio Giovara Michael Niedermayer 11 years ago
parent
commit
ee3d4e2b09
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/utils.c

+ 1
- 0
libavformat/utils.c View File

@@ -4066,6 +4066,7 @@ int avformat_network_deinit(void)
#if CONFIG_NETWORK #if CONFIG_NETWORK
ff_network_close(); ff_network_close();
ff_tls_deinit(); ff_tls_deinit();
ff_network_inited_globally = 0;
#endif #endif
return 0; return 0;
} }


Loading…
Cancel
Save