On 02/03/15 16:06, Andreas Cadhalpun wrote:
> Yes, the rm format can contain larger frames split into slices and
> packed in multiple packets. But currently the rv10/rv20 encoders always
> produce a whole frame and the rm muxer always produces one packet per
> frame.

Then there is the missing_feature logger call and AVERROR(ENOSYS).

You could make the constant self-explanatory by doing something like

#define MAX_HEADER_SIZE (7 + 4 + 12)
#define MAX_PACKET_SIZE (UINT16_MAX - MAX_HEADER_SIZE)

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to