On 4/8/11 8:10 PM, Anton Khirnov wrote:
diff --git a/libavformat/url.h b/libavformat/url.h
index bde06d9..7a39b9c 100644
--- a/libavformat/url.h
+++ b/libavformat/url.h
@@ -59,6 +59,7 @@ typedef struct URLProtocol {
      int priv_data_size;
      const AVClass *priv_data_class;
      int flags;
+    int (*url_check)(URLContext *h, int flags);
  } URLProtocol;
  #endif

It could/should be reordered sooner or later...
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to