William Seemann <wseemann@...> writes: > I'm already familiar with encoding/decoding, so, > are you saying I need to decode the packet the > same way I would for a normal audio/video stream > and then do something with the decoded output (in > this case, render an image)?
You have to decode (and encode) the image if you don't like the codec it is encoded when you receive it. Or in other words: It depends on your use case. Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
