Re: [Libav-user] Unable to link libavutil with libswscale !

2016-08-04 Thread ssshukla26
nesize[] array ? For AV_PIX_FMT_NV12_TILED format we are right now only doing nv12_tiled to yuv420p conversion, hence do we need to implement it as only input format ? -- View this message in context: http://libav-users.943685.n4.nabble.com/Libav-user-Unable-to-link-libavutil-with-libs

Re: [Libav-user] Unable to link libavutil with libswscale !

2016-08-02 Thread Carl Eugen Hoyos
Hi! Sorry for the late answer! Why are the functions that you put into libavutil/special_format.c not in libswscale? You should be able to provide a correct linesize[] array for the actual input data, then you should not need the functions in libavutil, or do I miss something? > +

Re: [Libav-user] Unable to link libavutil with libswscale !

2016-07-10 Thread ssshukla26
anning to upstream this patch when everything falls right in its place. -- View this message in context: http://libav-users.943685.n4.nabble.com/Libav-user-Unable-to-link-libavutil-with-libswscale-tp4662334p4662340.html Sent from the libav-users mailing list archive at Nabb

Re: [Libav-user] Unable to link libavutil with libswscale !

2016-07-08 Thread Carl Eugen Hoyos
ssshukla26 writes: > My question is how can I compile the ffmpeg libraries > *without including* special_format.o object reference > under libswscale Makefile ? Please provide the patch you have prepared so far so we can understand your issue more easily. Thank you, Carl

[Libav-user] Unable to link libavutil with libswscale !

2016-07-08 Thread ssshukla26
DL_PATH/include/SDL/" --extra-ldflags="-L$SDL_PATH/lib/ -lSDL" -- View this message in context: http://libav-users.943685.n4.nabble.com/Libav-user-Unable-to-link-libavutil-with-libswscale-tp4662334.html Sent from the libav-users mail