Panagiotis Issaris wrote:
>+#ifdef CONFIG_ENCODERS
>+AVCodec h264_encoder = {
>+ "ffh264",
>+ CODEC_TYPE_VIDEO,
>+ CODEC_ID_FFH264,
>
>
I had to change this like to CODEC_ID_H264 to make the output stream
decodable.
Encoding seems to be pretty good