Hi,

Im using avcodec_decode_video2 to decode a wmv file. The usage is same as
that present in api-example.c in the ffmpeg source code. But I am getting
the following errors.

[wmv3 @ 0x9f2e9b0]warning: first frame is no keyframe
[wmv3 @ 0x9f2e9b0]Bits overconsumption: 32772 > 32768 at 50x41
[wmv3 @ 0x9f2e9b0]concealing 2379 DC, 2379 AC, 2379 MV errors
saving frame
Error while decoding frame -1

The loop exits at this point. But if I ignore the -1 error code returned by
the function, it continues to get frames and also return -1 error code. Can
anyone point out what I am doing wrong here.
-- 
The end is only the beginning
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to