]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/dshow_capture.h
rtspcodes: add full list of RTSP status codes
[ffmpeg] / libavdevice / dshow_capture.h
index aff5019b30855df6bf9414b9a8b4efc3d3990238..e4b4dce3fa5f97e3befd940fd02ba5af2280bbdc 100644 (file)
@@ -254,7 +254,7 @@ struct libAVFilter {
     void *priv_data;
     int stream_index;
     int64_t start_time;
-    void (*callback)(void *priv_data, int index, uint8_t *buf, int buf_size, int64_t time);
+    void (*callback)(void *priv_data, int index, uint8_t *buf, int buf_size, int64_t time, enum dshowDeviceType type);
 };
 
 long          WINAPI libAVFilter_QueryInterface (libAVFilter *, const GUID *, void **);