On 4/5/21 6:10 am, Cameron Cawley wrote:
+ case 2:
+ if(av_stristr(audio_codec, "adpcm") != NULL) {
Nit: use spaces here. Also "if ("
+ ast->codecpar->codec_id = AV_CODEC_ID_ADPCM_IMA_ACORN;
+ break;
+ }
+ break;
I would ask why two breaks, but then I noticed the rest of the code does the
same. Never mind.
Otherwise, both this and part 1 lgtm.
Zane
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".