On Sat, Nov 22, 2014 at 08:58:05PM +0000, Kieran Kunhya wrote:
> --- /dev/null
> +++ b/libavcodec/v210enc.h
> @@ -0,0 +1,31 @@
> +
> +#ifndef AVCOENC_V210ENC_H
> +#define AVCOENC_V210ENC_H

AVCODEC :)

> +typedef struct {
> +    void (*pack_line)(const uint16_t *y, const uint16_t *u, const uint16_t 
> *v, uint8_t *dst, ptrdiff_t width);
> +} V210EncContext;

No anonymously typedeffed structs please, they are nothing but trouble,
especially in headers.

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

Reply via email to