[FFmpeg-user] Adding an option to dvbsubs.c
Carl Eugen Hoyos
cehoyos at ag.or.at
Sat Mar 12 14:52:59 CET 2016
JULIAN GARDNER <joolzg <at> btinternet.com> writes:
> Ive tried to add a "dvbs_y_offset" into the dvb subtitles
> encoder and finding that i now have a crash in opt.c
> when i set this value to anything added in the variable
> in the context
>
> typedef struct DVBSubtitleContext {
> int object_version;
First element has to be:
const AVClass *class;
Carl Eugen
More information about the ffmpeg-user
mailing list