2013/4/8 Justin <[email protected]>: > But, how can I set the additional flag? thank you very much.
This way: AVDictionary *opts = NULL; av_dict_set(&opts, "strict", "experimental", 0); int ret = avcodec_open2(encoder_context, codec, &opts); av_dict_free(&opts); _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
