[input] Rename player source ->xcode to ->input_ctx, because any input may use it, not just transcode

This commit is contained in:
ejurgensen
2017-02-08 22:23:17 +01:00
parent a183463bb2
commit f27fb53caf
2 changed files with 14 additions and 8 deletions

View File

@@ -65,7 +65,13 @@ struct player_source
end of file, until then it is 0. */
uint64_t end;
struct transcode_ctx *xcode;
/* Opaque pointer to data that the input sets up when called with setup(), and
* which is cleaned up by the input with stop()
*/
void *input_ctx;
/* Input has completed setup of the source
*/
int setup_done;
struct player_source *play_next;