Ignore:
Timestamp:
Dec 10, 2015, 12:16:18 PM (8 years ago)
Author:
alain
Message:

Remove the TG thread: The mjpeg strem dispatch is
directly done by the main thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/mjpeg/demux.c

    r736 r741  
    9090
    9191    // initialise BUFIO for MWMR channel <in>
    92     mwmr_channel_t*   mwmr_in = tg_2_demux[index];
     92    mwmr_channel_t*   mwmr_in = main_2_demux[index];
    9393    mwmr_bufio_t      bufio_in;
    9494    uint8_t           in_buffer[64];
Note: See TracChangeset for help on using the changeset viewer.