@ -52,7 +52,9 @@ static const AVOption avformat_options[] = {
{ " keepside " , " deprecated, does nothing " , 0 , AV_OPT_TYPE_CONST , { . i64 = AVFMT_FLAG_KEEP_SIDE_DATA } , INT_MIN , INT_MAX , D , " fflags " } ,
# endif
{ " fastseek " , " fast but inaccurate seeks " , 0 , AV_OPT_TYPE_CONST , { . i64 = AVFMT_FLAG_FAST_SEEK } , INT_MIN , INT_MAX , D , " fflags " } ,
{ " latm " , " enable RTP MP4A-LATM payload " , 0 , AV_OPT_TYPE_CONST , { . i64 = AVFMT_FLAG_MP4A_LATM } , INT_MIN , INT_MAX , E , " fflags " } ,
# if FF_API_LAVF_MP4A_LATM
{ " latm " , " deprecated, does nothing " , 0 , AV_OPT_TYPE_CONST , { . i64 = AVFMT_FLAG_MP4A_LATM } , INT_MIN , INT_MAX , E , " fflags " } ,
# endif
{ " nobuffer " , " reduce the latency introduced by optional buffering " , 0 , AV_OPT_TYPE_CONST , { . i64 = AVFMT_FLAG_NOBUFFER } , 0 , INT_MAX , D , " fflags " } ,
{ " bitexact " , " do not write random/volatile data " , 0 , AV_OPT_TYPE_CONST , { . i64 = AVFMT_FLAG_BITEXACT } , 0 , 0 , E , " fflags " } ,
{ " shortest " , " stop muxing with the shortest stream " , 0 , AV_OPT_TYPE_CONST , { . i64 = AVFMT_FLAG_SHORTEST } , 0 , 0 , E , " fflags " } ,