[FFmpeg-devel] [PATCH] libavformat/dv : read dv audio as BE

Александр Слободенюк alexander.slobodeniuk at bramtech.ru
Sat Sep 2 04:11:10 EEST 2017


> Fixed.
> From  the  code I've found that on BE machine ffmpeg-master shouldn't play this file
> correctly  (it  has LE-related piece and magic). I've tried to fix it,
> but it needs check. I hope someone of your team already has BE
> ffmpeg, so I don't have to install debian-arm on quemu for it..

well, there's also some issue with av_be2ne16 macro.
The code

pcm[of] = av_be2ne16(lc);

actually means ne-2-be (even if these macroes are the same inside).


-- 
С уважением,
 Александр                          mailto:alexander.slobodeniuk at bramtech.ru



More information about the ffmpeg-devel mailing list