]> git.sesse.net Git - nageru/blobdiff - nageru/state.proto
Make number of cards flexible at runtime.
[nageru] / nageru / state.proto
index 6372e61b5cc4b22575888c47c3f38cc91324649e..8ea6b9723b864e79357a41cc754c92d09c17e11b 100644 (file)
@@ -8,7 +8,7 @@ syntax = "proto2";
 // to the right device even if the devices have moved around.
 message DeviceSpecProto {
        // Members from DeviceSpec itself.
-       enum InputSourceType { SILENCE = 0; CAPTURE_CARD = 1; ALSA_INPUT = 2; FFMPEG_VIDEO_INPUT = 3; };
+       enum InputSourceType { SILENCE = 0; CAPTURE_CARD = 1; ALSA_INPUT = 2; };
        optional InputSourceType type = 1;
        optional int32 index = 2;