]> git.sesse.net Git - nageru/commitdiff
Add a missing #include.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 28 Oct 2017 11:00:16 +0000 (13:00 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 28 Oct 2017 11:00:16 +0000 (13:00 +0200)
ffmpeg_capture.h

index e573caab9368565c8797ebeb4e65c4ea34bf2092..f718c70a23ff4dccceb7df40877f389e44815266 100644 (file)
@@ -35,6 +35,7 @@ extern "C" {
 #include <libavresample/avresample.h>
 #include <libavutil/pixfmt.h>
 #include <libavutil/rational.h>
+#include <libavutil/samplefmt.h>
 }
 
 #include "bmusb/bmusb.h"