Merge pull request #1148 from SteveGilvarry/FixMergeRegression
Add FFMPEGInit back to feature-h264-videostorage
This commit is contained in:
commit
1e5c82937c
|
@ -195,6 +195,9 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* A single function to initialize ffmpeg, to avoid multiple initializations */
|
||||||
|
void FFMPEGInit();
|
||||||
|
|
||||||
#if HAVE_LIBAVUTIL
|
#if HAVE_LIBAVUTIL
|
||||||
enum _AVPIXELFORMAT GetFFMPEGPixelFormat(unsigned int p_colours, unsigned p_subpixelorder);
|
enum _AVPIXELFORMAT GetFFMPEGPixelFormat(unsigned int p_colours, unsigned p_subpixelorder);
|
||||||
#endif // HAVE_LIBAVUTIL
|
#endif // HAVE_LIBAVUTIL
|
||||||
|
|
Loading…
Reference in New Issue