|
23 | 23 | DoubleFrameEncoder() = DoubleFrameEncoder(Ref(false), Ref(false), Ref(false))
|
24 | 24 |
|
25 | 25 | function TranscodingStreams.process(
|
26 |
| - codec :: DoubleFrameEncoder, |
27 |
| - input :: TranscodingStreams.Memory, |
28 |
| - output :: TranscodingStreams.Memory, |
29 |
| - error_ref :: TranscodingStreams.Error, |
| 26 | + codec :: DoubleFrameEncoder, |
| 27 | + input :: TranscodingStreams.Memory, |
| 28 | + output :: TranscodingStreams.Memory, |
| 29 | + error_ref :: TranscodingStreams.Error, |
30 | 30 | )
|
31 | 31 | if input.size == 0
|
32 | 32 | codec.got_stop_msg[] = true
|
|
92 | 92 | DoubleFrameDecoder() = DoubleFrameDecoder(Ref(1), Ref(0x00), Ref(0x00))
|
93 | 93 |
|
94 | 94 | function TranscodingStreams.process(
|
95 |
| - codec :: DoubleFrameDecoder, |
96 |
| - input :: TranscodingStreams.Memory, |
97 |
| - output :: TranscodingStreams.Memory, |
98 |
| - error_ref :: TranscodingStreams.Error, |
| 95 | + codec :: DoubleFrameDecoder, |
| 96 | + input :: TranscodingStreams.Memory, |
| 97 | + output :: TranscodingStreams.Memory, |
| 98 | + error_ref :: TranscodingStreams.Error, |
99 | 99 | )
|
100 | 100 | Δin::Int = 0
|
101 | 101 | Δout::Int = 0
|
|
0 commit comments