]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/latmenc.c
flvenc: check packet duration in speex using timestamps
[ffmpeg] / libavformat / latmenc.c
index 1cdfc1e791d6716128ccbc2fcfdbe2174a283c1b..7c6d1eaf72773777df31ca03feec60afdcf418e8 100644 (file)
@@ -37,7 +37,7 @@ typedef struct {
 
 static const AVOption options[] = {
     {"smc-interval", "StreamMuxConfig interval.",
-     offsetof(LATMContext, mod), FF_OPT_TYPE_INT, {.dbl = 0x0014}, 0x0001, 0xffff, AV_OPT_FLAG_ENCODING_PARAM},
+     offsetof(LATMContext, mod), AV_OPT_TYPE_INT, {.dbl = 0x0014}, 0x0001, 0xffff, AV_OPT_FLAG_ENCODING_PARAM},
     {NULL},
 };