]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/url.h
Set channel layout for 4 and 5.1 channel cdata audio files
[ffmpeg] / libavformat / url.h
index 3f96f737639070a0f2f0ded502c9bfd7487145b2..56366644aa55eb1c4a287b380581b250e07cd1f5 100644 (file)
@@ -59,6 +59,7 @@ typedef struct URLProtocol {
     int priv_data_size;
     const AVClass *priv_data_class;
     int flags;
+    int (*url_check)(URLContext *h, int mask);
 } URLProtocol;
 #endif