Changeset 44554


Ignore:
Timestamp:
01/18/20 00:41:04 (3 years ago)
Author:
obi
Message:

test old player

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/player.h

    r44550 r44554  
    6464extern void      eac3_software_decoder_set(const int32_t val);
    6565extern void       mp3_software_decoder_set(const int32_t val);
    66 #ifdef OEBUILD
     66#ifdef OEBUILD1
    6767extern void       amr_software_decoder_set(const int32_t val);
    6868extern void    vorbis_software_decoder_set(const int32_t val);
     
    7171extern void            rtmp_proto_impl_set(const int32_t val);
    7272extern void        flv2mpeg4_converter_set(const int32_t val);
    73 #ifdef OEBUILD
     73#ifdef OEBUILD1
    7474extern void        sel_program_id_set(const int32_t val);
    7575#endif
     
    20512051                player->container->selectedContainer->Command(player, CONTAINER_GET_BUFFER_STATUS, (void*)&ret);
    20522052#endif
    2053 
     2053printf("playergetbufferstatus: %d\n", ret);
    20542054        return ret;
    20552055}
  • titan/titan/service.h

    r44524 r44554  
    867867                if(flag == 4 || flag == 1 || (flag == 0 && fastzap == 0))
    868868                {
    869                         printf("[titan] service.h -> servicestop close all");
     869                        printf("[titan] service.h -> servicestop close all\n");
    870870                        if(checkchipset("HI3798MV200") == 1)
    871871                        {
Note: See TracChangeset for help on using the changeset viewer.