Basically I don't put the first few encoded frames into the file, then try to decode the file. I am unable to do this. I get the following:
Error: Failed to decode video buffer
Also I'm getting this from CE_DEBUG= 3:
[Vdec2] VIDDEC2_process() failed with error (-1 ext: 0xc800)
It seems that since the encoder produces elementary streams it shouldn't matter if I miss a few frames at the beginning of the file. Also, I tried encoding all frames as I-Frames, because I was thinking that the decoder needed to start with an I-Frame, but I get the same result.
Any ideas?
Thanks!