Sisir Koppaka wrote:
> [EMAIL PROTECTED]:~/Desktop/ffmpegcompile/trunk$ valgrind --tool=memcheck
> -v --leak-check=full ./ffmpeg_g -i ~/Desktop/bfi/2287.bfi test1.wav
[...]
> still 11 unfreed blocks but error summary says 0

Excellent. But you already knew that your demuxer worked and processed
the raw, PCM audio. The thing that you want to test is your new video
decoder. That code is not being touched with your command line. Try the
image decode command line. That will decode video, but not sound. You
care about video at this point.

-- 
        -Mike Melanson
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to