]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avisynth.c
rtpproto: Add an option for writing return packets to the address of the last receive...
[ffmpeg] / libavformat / avisynth.c
index b846c9f2979db3480bc8e998017a267d9d6d696d..134b17f1d6da0525c0fc9ef7ee69a53fa472acc0 100644 (file)
@@ -36,7 +36,7 @@ typedef struct {
 
 typedef struct {
   PAVIFILE file;
-  AVISynthStream *streams;
+  AviSynthStream *streams;
   int nb_streams;
   int next_stream;
 } AviSynthContext;