File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -184,11 +184,7 @@ impl<OP: BufferHandles> Encoder<AwaitingCaptureBuffers<OP>> {
184
184
memory_type : <P :: HandleType as BufferHandles >:: SupportedMemoryType ,
185
185
num_capture : usize ,
186
186
capture_memory_provider : P ,
187
- ) -> Result < Encoder < ReadyToEncode < OP , P > > , RequestBuffersError >
188
- where
189
- for < ' a > Queue < Capture , BuffersAllocated < P :: HandleType > > :
190
- GetFreeCaptureBuffer < ' a , P :: HandleType > ,
191
- {
187
+ ) -> Result < Encoder < ReadyToEncode < OP , P > > , RequestBuffersError > {
192
188
Ok ( Encoder {
193
189
device : self . device ,
194
190
state : ReadyToEncode {
@@ -210,8 +206,6 @@ impl<OP: BufferHandles> Encoder<AwaitingCaptureBuffers<OP>> {
210
206
) -> Result < Encoder < ReadyToEncode < OP , P > > , RequestBuffersError >
211
207
where
212
208
P :: HandleType : PrimitiveBufferHandles ,
213
- for < ' a > Queue < Capture , BuffersAllocated < P :: HandleType > > :
214
- GetFreeCaptureBuffer < ' a , P :: HandleType > ,
215
209
{
216
210
self . allocate_capture_buffers_generic (
217
211
P :: HandleType :: MEMORY_TYPE ,
You can’t perform that action at this time.
0 commit comments