On Fri, Jan 5, 2018 at 12:43 PM, Carl Eugen Hoyos <ceffm...@gmail.com> wrote: > 2018-01-05 20:49 GMT+01:00 Jacob Trimble <modmaker-at-google....@ffmpeg.org>: > >> + AV_WB32(side_data, size); >> + AV_WL32(side_data + 4, MKTAG('p','s','s','h')); > > I didn't check: > Is this what applications on both big- and little-endian expect?
Yes. This should match the MP4 atom, so the size and 'pssh' string should be big-endian. > > Carl Eugen > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel