Re: [Libav-user] convert mp3 to aac !!!!!!!!!!!!!!!!!!!!!!!!!!

2013-04-25 Thread Peter Enerccio
Also, cut down the exclamation marks, seriously... 2013/4/25 Claudio Freire klaussfre...@gmail.com On Wed, Apr 24, 2013 at 11:00 AM, dboyaoao yiikai1987...@gmail.com wrote: I am now convert the mp3 file to aac file ,but i got a problem, when I use avcodec_decode_audio4() and I

Re: [Libav-user] A very general question

2012-02-23 Thread Peter Enerccio
C-C-C-C-COMBO BREAKER 2012/2/24 amir.ro...@rmit.edu.au When somebody ask a question and don't receive any response...what does it mean? ___ Libav-user mailing list Libav-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/libav-user

[Libav-user] Segfault with libavcodec

2011-12-08 Thread Peter Enerccio
Hello, I am trying to implement loading video frame from the video to the texture for the opengl in c++. Here is my code: http://paste.pocoo.org/show/517832/ and header file: http://paste.pocoo.org/show/517831/ However, during the third load_frame() of the constructors call, I always end with seg