mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
libeplayer3: make ffmpeg data available to manager, output and writer
This commit is contained in:
@@ -902,6 +902,8 @@ static int Write(Context_t *context, AudioVideoOut_t *out)
|
||||
unsigned char audio = 0;
|
||||
Writer_t *writer;
|
||||
WriterAVCallData_t call;
|
||||
call.stream = out->stream;
|
||||
call.avfc = out->avfc;
|
||||
|
||||
if (out == NULL) {
|
||||
linuxdvb_err("null pointer passed\n");
|
||||
|
Reference in New Issue
Block a user