[FFmpeg-devel] [PATCH] H.264: fix decoding of plain still images (broken since revision 14289)

Reimar Döffinger Reimar.Doeffinger
Sun Jan 4 16:36:14 CET 2009


On Sun, Jan 04, 2009 at 04:18:10PM +0100, Reinhard Nissl wrote:
> Well, didn't have a look into the spec so far, but my sample
> files just contain a single I picture (either a frame or a pair
> of fields). Decoding works without problem but the decoded
> picture is simply not output, starting with that revision.

Are you sure you didn't just forget to get the delayed pictures by
calling decode_frame with no input data until you get no more frames?
If you don't do that even normal files will miss frames.
Also, did you test with ffmpeg to make sure the error is not in your
code?

Greetings,
Reimar D?ffinger




More information about the ffmpeg-devel mailing list