[FFmpeg-devel] [PATCH] avformat: add Limitless Audio Format demuxer

Paul B Mahol onemda at gmail.com
Tue Sep 13 01:12:58 EEST 2022


On 9/13/22, Andreas Rheinhardt <andreas.rheinhardt at outlook.com> wrote:
> Paul B Mahol:
>> +    case 3:
>> +        for (int n = 0; n < st->codecpar->sample_rate; n++)
>> +            AV_WL24(pkt->data + n * 3, AV_RL24(s->data + n * s->nb_stored
>> * 3 + s->stored_index * 3));
>> +        break;
>
> Looking at intreadwrite.h shows that we actually have AV_RN24 and AV_WN24.

Didnt compile.

>
> - Andreas
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-devel mailing list