Merge pull request #1148 from SteveGilvarry/FixMergeRegression

Add FFMPEGInit back to feature-h264-videostorage
This commit is contained in:
Steve Gilvarry 2015-11-05 19:39:20 +11:00
commit 1e5c82937c
1 changed files with 3 additions and 0 deletions

View File

@ -195,6 +195,9 @@ extern "C" {
#endif
#endif
/* A single function to initialize ffmpeg, to avoid multiple initializations */
void FFMPEGInit();
#if HAVE_LIBAVUTIL
enum _AVPIXELFORMAT GetFFMPEGPixelFormat(unsigned int p_colours, unsigned p_subpixelorder);
#endif // HAVE_LIBAVUTIL