]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/buffersrc.c
lavu/hash: add hash_final helpers.
[ffmpeg] / libavfilter / buffersrc.c
index ae7cea2c6b95571e54822dbb4e35504e6957e564..30d3a3742eafc9bba728e168fe370b931a77ffa2 100644 (file)
@@ -41,7 +41,7 @@
 #include "video.h"
 #include "avcodec.h"
 
-typedef struct {
+typedef struct BufferSourceContext {
     const AVClass    *class;
     AVFifoBuffer     *fifo;
     AVRational        time_base;     ///< time_base to set in the output link