Changeset 44554
- Timestamp:
- 01/18/20 00:41:04 (3 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/player.h
r44550 r44554 64 64 extern void eac3_software_decoder_set(const int32_t val); 65 65 extern void mp3_software_decoder_set(const int32_t val); 66 #ifdef OEBUILD 66 #ifdef OEBUILD1 67 67 extern void amr_software_decoder_set(const int32_t val); 68 68 extern void vorbis_software_decoder_set(const int32_t val); … … 71 71 extern void rtmp_proto_impl_set(const int32_t val); 72 72 extern void flv2mpeg4_converter_set(const int32_t val); 73 #ifdef OEBUILD 73 #ifdef OEBUILD1 74 74 extern void sel_program_id_set(const int32_t val); 75 75 #endif … … 2051 2051 player->container->selectedContainer->Command(player, CONTAINER_GET_BUFFER_STATUS, (void*)&ret); 2052 2052 #endif 2053 2053 printf("playergetbufferstatus: %d\n", ret); 2054 2054 return ret; 2055 2055 } -
titan/titan/service.h
r44524 r44554 867 867 if(flag == 4 || flag == 1 || (flag == 0 && fastzap == 0)) 868 868 { 869 printf("[titan] service.h -> servicestop close all ");869 printf("[titan] service.h -> servicestop close all\n"); 870 870 if(checkchipset("HI3798MV200") == 1) 871 871 {
Note: See TracChangeset
for help on using the changeset viewer.