[FFmpeg-soc] BFI Decoder
Mike Melanson
mike at multimedia.cx
Thu Apr 17 00:09:52 CEST 2008
Sisir Koppaka wrote:
> sisir at sisir-laptop:~/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
More information about the FFmpeg-soc
mailing list