I am currently trying to read the audio samples from a video file. I
tried the sample code provided in the examples section
decoding_encoding.c and i only changed the
avcodec_find_decoder(AV_CODEC_ID_MP2) to
avcodec_find_decoder(pCodecCtx->codec_id), everything works fine with
this till i reach the avcodec_decode_audio4() where i get a negative
value from this function.
I managed my way through video decoding sucesfully but seem to be
stucked here from a long time. i tried with .mts and .mp4 file and even
.mp3 file but all seem to return a negative value.
Thank you.
_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user