mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-26 09:04:30 +01:00
Make stream push packets to sinks
Now that decoder and recorder implement the packet sink trait, make stream push packets to the sinks without depending on the concrete sink types.
This commit is contained in:
@@ -28,7 +28,4 @@ decoder_open(struct decoder *decoder, const AVCodec *codec);
|
||||
void
|
||||
decoder_close(struct decoder *decoder);
|
||||
|
||||
bool
|
||||
decoder_push(struct decoder *decoder, const AVPacket *packet);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user