Hello, Please forgive me if this is not the appropriate forum for this question:
I build ffmpeg to a static lib for android based on the code, config and build files from "rock player". I am trying to encode to mpeg video using the api-example and although audio encoding works fine and i can make a mp2 audio file, video encoding crashes on a segmentation fault because s->dsp.fdct is null (and apparently never assigned) so it crashes in dct_quantize_c The configuration that came with rockplayer was opened for decoding and not encoding so maybe there are some additional options I need to open for encoding ??? I would be happy if somebody could explain what I am missing or direct me to an appropriate source of information :) Thanks! -- Aaron Lieber _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
