]> git.sesse.net Git - nageru/blobdiff - state.proto
Allow symlinked frame files. Useful for testing.
[nageru] / state.proto
index 7fe78dc34957dbda82d2f3dc57fd2d4cc799c297..d76bf02c6c66472a4f4d0b32727af1b46b98a00a 100644 (file)
@@ -6,6 +6,7 @@ message ClipProto {
        int64 pts_out = 2;
        repeated string description = 3;
        int64 stream_idx = 4;
+       double fade_time_seconds = 5;
 }
 
 message ClipListProto {