Ignore:
Timestamp:
01/15/20 20:36:08 (3 years ago)
Author:
gost
Message:

next test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/service.h

    r44523 r44524  
    868868                {
    869869                        printf("[titan] service.h -> servicestop close all");
     870                        if(checkchipset("HI3798MV200") == 1)
     871                        {
     872                                videocontinue(node->videodev);
     873                        }
    870874                        videoclose(node->videodev, -1);
    871                         //test iframe in MC
    872                         if(checkchipset("HI3798MV200") == 1)
    873                         {
    874                                 dmxstop(status.aktservice->dmxvideodev);
    875                                 dmxclose(status.aktservice->dmxvideodev, -1);
    876                                 videostop(status.aktservice->videodev, 0);
    877                                 videoclose(status.aktservice->videodev, -1);
    878                         }
    879875                        node->videodev = NULL;
    880876                        dmxstop(node->dmxvideodev);
Note: See TracChangeset for help on using the changeset viewer.