mån 2022-10-24 klockan 11:16 +0800 skrev Zhao Zhili:
> 
> +typedef struct MediaCodecEncContext {
> +    AVClass *avclass;
> +    FFAMediaCodec *codec;
> +    int use_ndk_codec;
> +    FFANativeWindow *window;
> +
> +    int fps;
> +    int width;
> +    int height;
> +
> +    uint8_t *extradata;
> +    int extradata_size;

Why not extradata in AVCodecContext?

Some tests would be nice

/Tomas

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to