]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/buffersrc.c
http: add 'timeout' AVOption
[ffmpeg] / libavfilter / buffersrc.c
index db2db3a482515a44a6fc6686d7c68041426c09c7..85f706366977978dad78eae54186fb365ae90ef3 100644 (file)
@@ -48,7 +48,7 @@ typedef struct {
 
     /* video only */
     int               w, h;
-    enum PixelFormat  pix_fmt;
+    enum AVPixelFormat  pix_fmt;
     AVRational        pixel_aspect;
     char              *sws_param;