[FFmpeg-devel] Add WinRT API convert
Jesse Jiang
jessejiang0214 at outlook.com
Thu Nov 20 06:42:53 CET 2014
Hi All,
With your help, I can build ffmpeg successfully on WinRT ARM, and I create a path to make ffmpeg support WinRT-API.
I have redirect some unsupported apis to WinRT supported apis. I hope you can merge to master.
Also, there is a bug in float_dsp_init_vfp.c, about av_restrict
-void ff_butterflies_float_vfp(float *restrict v1, float *restrict v2, int len);+void ff_butterflies_float_vfp(float *av_restrict v1, float *av_restrict v2, int len);
Hope you can use them.
Best regards,Jesse
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winrtpath
Type: application/octet-stream
Size: 11253 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20141120/5ef3355a/attachment.obj>
More information about the ffmpeg-devel
mailing list