> Jason Garrett-Glaser: > libavcodec/libx264.c: x264_nal_t *nal; > libavcodec/libx264.c: x264_param_t params; > libavcodec/libx264.c: x264_picture_t pic; Are you suggesting that we change the x264 API because of this? Because those structs are defined in x264.h itself, not in libavcodec. Dark Shikari