Codebase list faad2 / 481c19e
Merge pull request #44 from janisozaur/pointers Initialize pointers that might otherwise not be Fabian Greffrath authored 4 years ago GitHub committed 4 years ago
1 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
461461 unsigned char channels;
462462 void *sample_buffer;
463463
464 audio_file *aufile;
465
466 FILE *adtsFile;
464 audio_file *aufile = NULL;
465
466 FILE *adtsFile = NULL;
467467 unsigned char *adtsData;
468468 int adtsDataSize;
469469
795795
796796 long sampleId, startSampleId;
797797
798 audio_file *aufile;
799
800 FILE *adtsFile;
798 audio_file *aufile = NULL;
799
800 FILE *adtsFile = NULL;
801801 unsigned char *adtsData;
802802 int adtsDataSize;
803803